#F19213

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

Shades of Carrot Orange #F19213

Tints of Carrot Orange #F19213

Color information

#F19213 (or 0xF19213) is unknown color: approx Carrot Orange. HEX triplet: F1, 92 and 13. RGB value is (241,146,19). Sum of RGB (Red+Green+Blue) = 241+146+19=406 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.36% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 19 (7.81% from 255 or 4.68% from 406); Max value from RGB is 241 - color contains mainly: red. Hex color #F19213 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19213 is #0E6DEC. Grayscale: #A0A0A0. Windows color (decimal): -945645 or 1282801. OLE color: 1282801.

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

Color convert

RGB24114619-
CMYK00.390.920.05
HSL34.32º88.8%50.98%-
HSV(B)34.32º92.12%94.51%-
XYZ46.6739.315.74-
YUV159.9348.47185.83-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 59.36%
GREEN value IS 146 (57.42% from 255) = 35.96%
BLUE value IS 19 (7.81% from 255) = 4.68%
R=59.36%
G=35.96%
B=4.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.92
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411461900.390.920.0534.3288.850.98
HexF192130275C5225933
Octal3612222304713454213163
Binary111100011001001010011010011110111001011000101011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19213; }

 p { color: rgb(241,146,19); }

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

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

 a { background-color: rgb(241,146,19); }

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

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

 span { border-color: rgb(241,146,19); }

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