#F1420C

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

Shades of Orange Red #F1420C

Tints of Orange Red #F1420C

Color information

#F1420C (or 0xF1420C) is unknown color: approx Orange Red. HEX triplet: F1, 42 and 0C. RGB value is (241,66,12). Sum of RGB (Red+Green+Blue) = 241+66+12=319 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.55% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 12 (5.08% from 255 or 3.76% from 319); Max value from RGB is 241 - color contains mainly: red. Hex color #F1420C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1420C is #0EBDF3. Grayscale: #707070. Windows color (decimal): -966132 or 803569. OLE color: 803569.

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

Color convert

RGB2416612-
CMYK00.730.950.05
HSL14.15º90.51%49.61%-
HSV(B)14.15º95.02%94.51%-
XYZ38.2922.622.7-
YUV112.1771.48219.89-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 75.55%
GREEN value IS 66 (26.17% from 255) = 20.69%
BLUE value IS 12 (5.08% from 255) = 3.76%
R=75.55%
G=20.69%
B=3.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.95
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241661200.730.950.0514.1590.5149.61
HexF142C0495F5e5b32
Octal36110214011113751613362
Binary111100011000010110001001001101111110111101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1420C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1420C; }

 p { color: rgb(241,66,12); }

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

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

 a { background-color: rgb(241,66,12); }

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

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

 span { border-color: rgb(241,66,12); }

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