Html Css Color HEX #F08C19 Carrot Orange

📋 copy color: '#F08C19'

red 240 ◦ green 140 ◦ blue 25

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

Shades of Carrot Orange #F08C19

Tints of Carrot Orange #F08C19

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.57%

 BLUE value IS 25 (10.16% from 255) = 6.17%

R = 59.26%
G = 34.57%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F08C19 (or 0xF08C19) is known color: Carrot Orange. HEX triplet: F0, 8C and 19. RGB value is (240,140,25). Sum of RGB (Red+Green+Blue) = 240+140+25=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 25 (10.16% from 255 or 6.17% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08C19 is #0F73E6. Grayscale: #9D9D9D. Windows color (decimal): -1012711 or 1674480. OLE color: 1674480.

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

Color convert

RGB 240 140 25 -
CMYK 0 0.42 0.90 0.06
HSL 32.09º 0.88% 0.52% -
HSV(B) 32.09º 0.9% 0.94% -
XYZ 45.49 37.35 5.73 -
YUV 156.79 53.63 187.35 -
System Red Green Blue C M Y K H S L
Decimal 240 140 25 0 0.42 0.90 0.06 32.09 0.88 0.52
Hex F0 8C 19 0 2A 5A 6 20 58 34
Octal 360 214 31 0 52 132 6 40 130 64
Binary 11110000 10001100 11001 0 101010 1011010 110 100000 1011000 110100

Color Harmonies of #F08C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08C19

Black with #F08C19

Text Example


Text Example

White with #F08C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08C19; }

 p { color: rgb(240,140,25); }

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

background-color css

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

 a { background-color: rgb(240,140,25); }

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

border-color css

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

 span { border-color: rgb(240,140,25); }

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