Html Css Color HEX #F08417 Carrot Orange

📋 copy color: '#F08417'

red 240 ◦ green 132 ◦ blue 23

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

Shades of Carrot Orange #F08417

Tints of Carrot Orange #F08417

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.42%

 BLUE value IS 23 (9.38% from 255) = 5.82%

R = 60.76%
G = 33.42%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F08417 (or 0xF08417) is known color: Carrot Orange. HEX triplet: F0, 84 and 17. RGB value is (240,132,23). Sum of RGB (Red+Green+Blue) = 240+132+23=395 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.76% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 23 (9.38% from 255 or 5.82% from 395); Max value from RGB is 240 - color contains mainly: red. Hex color #F08417 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08417 is #0F7BE8. Grayscale: #989898. Windows color (decimal): -1014761 or 1541360. OLE color: 1541360.

HSL color Cylindrical-coordinate representation of color #F08417: hue angle of 30.14º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F08417 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 132 23 -
CMYK 0 0.45 0.90 0.06
HSL 30.14º 0.88% 0.52% -
HSV(B) 30.14º 0.9% 0.94% -
XYZ 44.34 35.09 5.25 -
YUV 151.87 55.28 190.86 -
System Red Green Blue C M Y K H S L
Decimal 240 132 23 0 0.45 0.90 0.06 30.14 0.88 0.52
Hex F0 84 17 0 2D 5A 6 1E 58 34
Octal 360 204 27 0 55 132 6 36 130 64
Binary 11110000 10000100 10111 0 101101 1011010 110 11110 1011000 110100

Color Harmonies of #F08417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08417

Black with #F08417

Text Example


Text Example

White with #F08417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08417; }

 p { color: rgb(240,132,23); }

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

background-color css

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

 a { background-color: rgb(240,132,23); }

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

border-color css

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

 span { border-color: rgb(240,132,23); }

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