Html Css Color HEX #F09218 Carrot Orange

📋 copy color: '#F09218'

red 240 ◦ green 146 ◦ blue 24

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

Shades of Carrot Orange #F09218

Tints of Carrot Orange #F09218

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.61%

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

R = 58.54%
G = 35.61%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.9

 K value IS 0.06

RGB Variations

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

Color information

#F09218 (or 0xF09218) is known color: Carrot Orange. HEX triplet: F0, 92 and 18. RGB value is (240,146,24). Sum of RGB (Red+Green+Blue) = 240+146+24=410 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.54% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 24 (9.77% from 255 or 5.85% from 410); Max value from RGB is 240 - color contains mainly: red. Hex color #F09218 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09218 is #0F6DE7. Grayscale: #A0A0A0. Windows color (decimal): -1011176 or 1610480. OLE color: 1610480.

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

Color convert

RGB 240 146 24 -
CMYK 0 0.39 0.9 0.06
HSL 33.89º 0.88% 0.52% -
HSV(B) 33.89º 0.9% 0.94% -
XYZ 46.38 39.15 5.98 -
YUV 160.2 51.14 184.92 -
System Red Green Blue C M Y K H S L
Decimal 240 146 24 0 0.39 0.9 0.06 33.89 0.88 0.52
Hex F0 92 18 0 27 5A 6 22 58 34
Octal 360 222 30 0 47 132 6 42 130 64
Binary 11110000 10010010 11000 0 100111 1011010 110 100010 1011000 110100

Color Harmonies of #F09218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09218

Black with #F09218

Text Example


Text Example

White with #F09218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09218; }

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

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

background-color css

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

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

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

border-color css

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

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

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