Html Css Color HEX #F08914 Carrot Orange

📋 copy color: '#F08914'

red 240 ◦ green 137 ◦ blue 20

#F08914
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carrot Orange #F08914

Tints of Carrot Orange #F08914

RGB

 RED value IS 240 (94.14% from 255) = 60.45%

 GREEN value IS 137 (53.91% from 255) = 34.51%

 BLUE value IS 20 (8.2% from 255) = 5.04%

R = 60.45%
G = 34.51%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F08914 (or 0xF08914) is known color: Carrot Orange. HEX triplet: F0, 89 and 14. RGB value is (240,137,20). Sum of RGB (Red+Green+Blue) = 240+137+20=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 20 (8.20% from 255 or 5.04% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F08914 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08914 is #0F76EB. Grayscale: #9B9B9B. Windows color (decimal): -1013484 or 1346032. OLE color: 1346032.

HSL color Cylindrical-coordinate representation of color #F08914: hue angle of 31.91º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F08914 is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 137 20 -
CMYK 0 0.43 0.92 0.06
HSL 31.91º 0.88% 0.51% -
HSV(B) 31.91º 0.92% 0.94% -
XYZ 45.01 36.47 5.33 -
YUV 154.46 52.12 189.01 -
System Red Green Blue C M Y K H S L
Decimal 240 137 20 0 0.43 0.92 0.06 31.91 0.88 0.51
Hex F0 89 14 0 2B 5C 6 20 58 33
Octal 360 211 24 0 53 134 6 40 130 63
Binary 11110000 10001001 10100 0 101011 1011100 110 100000 1011000 110011

Color Harmonies of #F08914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08914

Black with #F08914

Text Example


Text Example

White with #F08914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08914; }

 p { color: rgb(240,137,20); }

 H1.HeaderClassName
 {
   color: #F08914;
 }
 .AnyTagClassName
 {
   color: #F08914;
 }
</style>

background-color css

<style>
 a { background-color: #F08914; }

 a { background-color: rgb(240,137,20); }

 div.DivClassName
 {
   background-color: #F08914;
 }
 .BgClassName
 {
   background-color: #F08914;
 }
</style>

border-color css

<style>
 span { border-color: #F08914; }

 span { border-color: rgb(240,137,20); }

 td.TdClassName
 {
   border-color: #F08914;
 }
 .TagClassName
 {
   border-color: #F08914;
 }
</style>