Shades of Orange Red #F0430C
Tints of Orange Red #F0430C
RGB
CMYK
RGB Variations
Color information
#F0430C (or 0xF0430C) is known color: Orange Red. HEX triplet: F0, 43 and 0C. RGB value is (240,67,12). Sum of RGB (Red+Green+Blue) = 240+67+12=319 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.24% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 12 (5.08% from 255 or 3.76% from 319); Max value from RGB is 240 - color contains mainly: red. Hex color #F0430C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0430C is #0FBCF3. Grayscale: #707070. Windows color (decimal): -1031412 or 803824. OLE color: 803824.
HSL color Cylindrical-coordinate representation of color #F0430C: hue angle of 14.47º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0430C is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 67 | 12 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.06 |
| HSL | 14.47º | 0.9% | 0.49% | - |
| HSV(B) | 14.47º | 0.95% | 0.94% | - |
| XYZ | 38.01 | 22.57 | 2.7 | - |
| YUV | 112.46 | 71.31 | 218.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 67 | 12 | 0 | 0.72 | 0.95 | 0.06 | 14.47 | 0.9 | 0.49 |
| Hex | F0 | 43 | C | 0 | 48 | 5F | 6 | E | 5A | 31 |
| Octal | 360 | 103 | 14 | 0 | 110 | 137 | 6 | 16 | 132 | 61 |
| Binary | 11110000 | 1000011 | 1100 | 0 | 1001000 | 1011111 | 110 | 1110 | 1011010 | 110001 |
Color Harmonies of #F0430C
Complementary color
Monochromatic Colors of #F0430C
Black with #F0430C
Text Example
Text Example
White with #F0430C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0430C; }
p { color: rgb(240,67,12); }
H1.HeaderClassName
{
color: #F0430C;
}
.AnyTagClassName
{
color: #F0430C;
}
</style>
background-color css
<style>
a { background-color: #F0430C; }
a { background-color: rgb(240,67,12); }
div.DivClassName
{
background-color: #F0430C;
}
.BgClassName
{
background-color: #F0430C;
}
</style>
border-color css
<style>
span { border-color: #F0430C; }
span { border-color: rgb(240,67,12); }
td.TdClassName
{
border-color: #F0430C;
}
.TagClassName
{
border-color: #F0430C;
}
</style>