#F08A22

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

Shades of Carrot Orange #F08A22

Tints of Carrot Orange #F08A22

Color information

#F08A22 (or 0xF08A22) is unknown color: approx Carrot Orange. HEX triplet: F0, 8A and 22. RGB value is (240,138,34). Sum of RGB (Red+Green+Blue) = 240+138+34=412 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.25% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 34 (13.67% from 255 or 8.25% from 412); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A22 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08A22 is #0F75DD. Grayscale: #9D9D9D. Windows color (decimal): -1013214 or 2263792. OLE color: 2263792.

HSL color Cylindrical-coordinate representation of color #F08A22: hue angle of 30.29º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F08A22 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.06.

Color convert

RGB24013834-
CMYK00.420.860.06
HSL30.29º87.29%53.73%-
HSV(B)30.29º85.83%94.12%-
XYZ45.3136.826.23-
YUV156.6458.79187.46-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 58.25%
GREEN value IS 138 (54.30% from 255) = 33.50%
BLUE value IS 34 (13.67% from 255) = 8.25%
R=58.25%
G=33.50%
B=8.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.86
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401383400.420.860.0630.2987.2953.73
HexF08A2202A5661e5736
Octal3602124205212663612766
Binary111100001000101010001001010101010110110111101010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08A22; }

 p { color: rgb(240,138,34); }

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

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

 a { background-color: rgb(240,138,34); }

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

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

 span { border-color: rgb(240,138,34); }

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