#F19020

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

Shades of Carrot Orange #F19020

Tints of Carrot Orange #F19020

Color information

#F19020 (or 0xF19020) is unknown color: approx Carrot Orange. HEX triplet: F1, 90 and 20. RGB value is (241,144,32). Sum of RGB (Red+Green+Blue) = 241+144+32=417 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.79% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 32 (12.89% from 255 or 7.67% from 417); Max value from RGB is 241 - color contains mainly: red. Hex color #F19020 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19020 is #0E6FDF. Grayscale: #A0A0A0. Windows color (decimal): -946144 or 2134257. OLE color: 2134257.

HSL color Cylindrical-coordinate representation of color #F19020: hue angle of 32.15º 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 #F19020 is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB24114432-
CMYK00.400.870.05
HSL32.15º88.19%53.53%-
HSV(B)32.15º86.72%94.51%-
XYZ46.5138.756.39-
YUV160.2355.64185.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 57.79%
GREEN value IS 144 (56.64% from 255) = 34.53%
BLUE value IS 32 (12.89% from 255) = 7.67%
R=57.79%
G=34.53%
B=7.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.87
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411443200.400.870.0532.1588.1953.53
HexF19020028575205836
Octal3612204005012754013066
Binary1111000110010000100000010100010101111011000001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19020; }

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

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

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

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

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

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

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

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