Html Css Color HEX #F08518 Carrot Orange

📋 copy color: '#F08518'

red 240 ◦ green 133 ◦ blue 24

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

Shades of Carrot Orange #F08518

Tints of Carrot Orange #F08518

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.5%

 BLUE value IS 24 (9.77% from 255) = 6.05%

R = 60.45%
G = 33.5%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.9

 K value IS 0.06

RGB Variations

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

Color information

#F08518 (or 0xF08518) is known color: Carrot Orange. HEX triplet: F0, 85 and 18. RGB value is (240,133,24). Sum of RGB (Red+Green+Blue) = 240+133+24=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 24 (9.77% from 255 or 6.05% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F08518 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08518 is #0F7AE7. Grayscale: #999999. Windows color (decimal): -1014504 or 1607152. OLE color: 1607152.

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

Color convert

RGB 240 133 24 -
CMYK 0 0.45 0.9 0.06
HSL 30.28º 0.88% 0.52% -
HSV(B) 30.28º 0.9% 0.94% -
XYZ 44.49 35.37 5.35 -
YUV 152.57 55.45 190.36 -
System Red Green Blue C M Y K H S L
Decimal 240 133 24 0 0.45 0.9 0.06 30.28 0.88 0.52
Hex F0 85 18 0 2D 5A 6 1E 58 34
Octal 360 205 30 0 55 132 6 36 130 64
Binary 11110000 10000101 11000 0 101101 1011010 110 11110 1011000 110100

Color Harmonies of #F08518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08518

Black with #F08518

Text Example


Text Example

White with #F08518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08518; }

 p { color: rgb(240,133,24); }

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

background-color css

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

 a { background-color: rgb(240,133,24); }

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

border-color css

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

 span { border-color: rgb(240,133,24); }

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