Color Hex Logo

#f89135 Color Hex

#F89135
(248,145,53)
0 Favorites   0 Comments

Color spaces of #f89135

RGB 24814553
HSL0.080.930.59
HSV28°79°97°
CMYK 0.000.420.79   0.03
XYZ49.479440.46438.5707
Yxy40.46430.50230.4107
Hunter Lab63.611627.523636.5397
CIE-Lab69.799032.398562.2158

#f89135 color RGB value is (248,145,53).

#f89135 hex color red value is 248, green value is 145 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #f89135 hue: 0.08 , saturation: 0.93 and the lightness value of f89135 is 0.59.

The process color (four color CMYK) of #f89135 color hex is 0.00, 0.42, 0.79, 0.03. Web safe color of #f89135 is #ff9933. Color #f89135 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10010001 00110101
Octal 370 221 65
Decimal 248 145 53
Hex F8 91 35

RGB Percentages of Color #f89135

%55.61
%32.51
%11.88

CMYK Percentages of Color #f89135

%0
%42
%79
%3

Triadic Colors of #f89135

#f89135 #35f891 #9135f8

Analogous Colors of #f89135

#f89135 #f8f335 #f8353b

Monochromatic Colors of #f89135

#f89135

Complementary Color

#f89135 #359cf8

#f89135 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f89135 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f89135 Color CSS Codes

.mybgcolor {background-color:#f89135; } 
.myforecolor {color:#f89135; }
.mybordercolor {border:3px solid #f89135; }

#f89135 Text Font Color

<p style="color:#f89135">Text here</p>

This sample text font color is #f89135
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f89135 Background Color

<div style="background-color:#f89135">
Div content here</div>

This div background color is #f89135


#f89135 Border Color

<div style="border:3px solid #f89135">
Div here</div>

This div border color is #f89135


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(248,145,53, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f89135; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f89135;
  -webkit-box-shadow: 1px 1px 3px 2px #f89135;
  box-shadow:         1px 1px 3px 2px #f89135; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,145,53, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f89135">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f89135;
  -webkit-box-shadow: 1px 1px 3px 2px #f89135;
  box-shadow:         1px 1px 3px 2px #f89135;">
Div content here</div>

This div box has shadow with color #f89135

Related Colors


Comments

No comments written yet.

Please login to write comment.