Html Css Color HEX #F09213 Carrot Orange

📋 copy color: '#F09213'

red 240 ◦ green 146 ◦ blue 19

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

Shades of Carrot Orange #F09213

Tints of Carrot Orange #F09213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.69%

R = 59.26%
G = 36.05%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F09213 (or 0xF09213) is known color: Carrot Orange. HEX triplet: F0, 92 and 13. RGB value is (240,146,19). Sum of RGB (Red+Green+Blue) = 240+146+19=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 19 (7.81% from 255 or 4.69% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F09213 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09213 is #0F6DEC. Grayscale: #A0A0A0. Windows color (decimal): -1011181 or 1282800. OLE color: 1282800.

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

Color convert

RGB 240 146 19 -
CMYK 0 0.39 0.92 0.06
HSL 34.48º 0.88% 0.51% -
HSV(B) 34.48º 0.92% 0.94% -
XYZ 46.33 39.13 5.73 -
YUV 159.63 48.64 185.33 -
System Red Green Blue C M Y K H S L
Decimal 240 146 19 0 0.39 0.92 0.06 34.48 0.88 0.51
Hex F0 92 13 0 27 5C 6 22 58 33
Octal 360 222 23 0 47 134 6 42 130 63
Binary 11110000 10010010 10011 0 100111 1011100 110 100010 1011000 110011

Color Harmonies of #F09213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09213

Black with #F09213

Text Example


Text Example

White with #F09213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09213; }

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

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

background-color css

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

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

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

border-color css

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

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

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