#F09219

Color #F09219 Carrot Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carrot Orange #F09219

Tints of Carrot Orange #F09219

Color information

#F09219 (or 0xF09219) is unknown color: approx Carrot Orange. HEX triplet: F0, 92 and 19. RGB value is (240,146,25). Sum of RGB (Red+Green+Blue) = 240+146+25=411 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.39% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 25 (10.16% from 255 or 6.08% from 411); Max value from RGB is 240 - color contains mainly: red. Hex color #F09219 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09219 is #0F6DE6. Grayscale: #A0A0A0. Windows color (decimal): -1011175 or 1676016. OLE color: 1676016.

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

Color convert

RGB24014625-
CMYK00.390.900.06
HSL33.77º87.76%51.96%-
HSV(B)33.77º89.58%94.12%-
XYZ46.3939.156.03-
YUV160.3151.64184.84-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 58.39%
GREEN value IS 146 (57.42% from 255) = 35.52%
BLUE value IS 25 (10.16% from 255) = 6.08%
R=58.39%
G=35.52%
B=6.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.90
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401462500.390.900.0633.7787.7651.96
HexF092190275A6225834
Octal3602223104713264213064
Binary111100001001001011001010011110110101101000101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09219; }

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

 H1.HeaderClassName
 {
   color: #F09219;
 }
 .AnyTagClassName
 {
   color: #F09219;
 }
</style>
background-color css

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

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

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

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

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

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