Html Css Color HEX #F08614 Carrot Orange

📋 copy color: '#F08614'

red 240 ◦ green 134 ◦ blue 20

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

Shades of Carrot Orange #F08614

Tints of Carrot Orange #F08614

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.01%

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

R = 60.91%
G = 34.01%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F08614 (or 0xF08614) is known color: Carrot Orange. HEX triplet: F0, 86 and 14. RGB value is (240,134,20). Sum of RGB (Red+Green+Blue) = 240+134+20=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 20 (8.20% from 255 or 5.08% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F08614 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08614 is #0F79EB. Grayscale: #999999. Windows color (decimal): -1014252 or 1345264. OLE color: 1345264.

HSL color Cylindrical-coordinate representation of color #F08614: hue angle of 31.09º 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 #F08614 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 134 20 -
CMYK 0 0.44 0.92 0.06
HSL 31.09º 0.88% 0.51% -
HSV(B) 31.09º 0.92% 0.94% -
XYZ 44.59 35.63 5.19 -
YUV 152.7 53.12 190.27 -
System Red Green Blue C M Y K H S L
Decimal 240 134 20 0 0.44 0.92 0.06 31.09 0.88 0.51
Hex F0 86 14 0 2C 5C 6 1F 58 33
Octal 360 206 24 0 54 134 6 37 130 63
Binary 11110000 10000110 10100 0 101100 1011100 110 11111 1011000 110011

Color Harmonies of #F08614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08614

Black with #F08614

Text Example


Text Example

White with #F08614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08614; }

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

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

background-color css

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

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

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

border-color css

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

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

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