#F19016

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

Shades of Carrot Orange #F19016

Tints of Carrot Orange #F19016

Color information

#F19016 (or 0xF19016) is unknown color: approx Carrot Orange. HEX triplet: F1, 90 and 16. RGB value is (241,144,22). Sum of RGB (Red+Green+Blue) = 241+144+22=407 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.21% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 22 (8.98% from 255 or 5.41% from 407); Max value from RGB is 241 - color contains mainly: red. Hex color #F19016 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19016 is #0E6FE9. Grayscale: #9F9F9F. Windows color (decimal): -946154 or 1478897. OLE color: 1478897.

HSL color Cylindrical-coordinate representation of color #F19016: hue angle of 33.42º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F19016 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB24114422-
CMYK00.400.910.05
HSL33.42º88.66%51.57%-
HSV(B)33.42º90.87%94.51%-
XYZ46.3938.715.78-
YUV159.150.64186.42-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 59.21%
GREEN value IS 144 (56.64% from 255) = 35.38%
BLUE value IS 22 (8.98% from 255) = 5.41%
R=59.21%
G=35.38%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411442200.400.910.0533.4288.6651.57
HexF190160285B5215934
Octal3612202605013354113164
Binary111100011001000010110010100010110111011000011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19016; }

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

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

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

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

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

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

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

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