#F18820

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

Shades of Carrot Orange #F18820

Tints of Carrot Orange #F18820

Color information

#F18820 (or 0xF18820) is unknown color: approx Carrot Orange. HEX triplet: F1, 88 and 20. RGB value is (241,136,32). Sum of RGB (Red+Green+Blue) = 241+136+32=409 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.92% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 32 (12.89% from 255 or 7.82% from 409); Max value from RGB is 241 - color contains mainly: red. Hex color #F18820 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18820 is #0E77DF. Grayscale: #9C9C9C. Windows color (decimal): -948192 or 2132209. OLE color: 2132209.

HSL color Cylindrical-coordinate representation of color #F18820: hue angle of 29.86º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F18820 is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB24113632-
CMYK00.440.870.05
HSL29.86º88.19%53.53%-
HSV(B)29.86º86.72%94.51%-
XYZ45.3436.416.01-
YUV155.5458.29188.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 58.92%
GREEN value IS 136 (53.52% from 255) = 33.25%
BLUE value IS 32 (12.89% from 255) = 7.82%
R=58.92%
G=33.25%
B=7.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.87
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411363200.440.870.0529.8688.1953.53
HexF1882002C5751e5836
Octal3612104005412753613066
Binary111100011000100010000001011001010111101111101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18820; }

 p { color: rgb(241,136,32); }

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

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

 a { background-color: rgb(241,136,32); }

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

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

 span { border-color: rgb(241,136,32); }

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