#F1430C

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

Shades of Orange Red #F1430C

Tints of Orange Red #F1430C

Color information

#F1430C (or 0xF1430C) is unknown color: approx Orange Red. HEX triplet: F1, 43 and 0C. RGB value is (241,67,12). Sum of RGB (Red+Green+Blue) = 241+67+12=320 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.31% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 12 (5.08% from 255 or 3.75% from 320); Max value from RGB is 241 - color contains mainly: red. Hex color #F1430C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1430C is #0EBCF3. Grayscale: #717171. Windows color (decimal): -965876 or 803825. OLE color: 803825.

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

Color convert

RGB2416712-
CMYK00.720.950.05
HSL14.41º90.51%49.61%-
HSV(B)14.41º95.02%94.51%-
XYZ38.3522.742.72-
YUV112.7671.15219.47-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 75.31%
GREEN value IS 67 (26.56% from 255) = 20.94%
BLUE value IS 12 (5.08% from 255) = 3.75%
R=75.31%
G=20.94%
B=3.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.95
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241671200.720.950.0514.4190.5149.61
HexF143C0485F5e5b32
Octal36110314011013751613362
Binary111100011000011110001001000101111110111101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1430C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1430C; }

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

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

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

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

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

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

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

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