Shades of Orange Red #F0430B
Tints of Orange Red #F0430B
RGB
CMYK
RGB Variations
Color information
#F0430B (or 0xF0430B) is known color: Orange Red. HEX triplet: F0, 43 and 0B. RGB value is (240,67,11). Sum of RGB (Red+Green+Blue) = 240+67+11=318 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.47% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 240 - color contains mainly: red. Hex color #F0430B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0430B is #0FBCF4. Grayscale: #707070. Windows color (decimal): -1031413 or 738288. OLE color: 738288.
HSL color Cylindrical-coordinate representation of color #F0430B: hue angle of 14.67º degrees, saturation: 0.91, 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 #F0430B is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 67 | 11 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.06 |
| HSL | 14.67º | 0.91% | 0.49% | - |
| HSV(B) | 14.67º | 0.95% | 0.94% | - |
| XYZ | 38 | 22.56 | 2.67 | - |
| YUV | 112.34 | 70.81 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 67 | 11 | 0 | 0.72 | 0.95 | 0.06 | 14.67 | 0.91 | 0.49 |
| Hex | F0 | 43 | B | 0 | 48 | 5F | 6 | F | 5B | 31 |
| Octal | 360 | 103 | 13 | 0 | 110 | 137 | 6 | 17 | 133 | 61 |
| Binary | 11110000 | 1000011 | 1011 | 0 | 1001000 | 1011111 | 110 | 1111 | 1011011 | 110001 |
Color Harmonies of #F0430B
Complementary color
Monochromatic Colors of #F0430B
Black with #F0430B
Text Example
Text Example
White with #F0430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0430B; }
p { color: rgb(240,67,11); }
H1.HeaderClassName
{
color: #F0430B;
}
.AnyTagClassName
{
color: #F0430B;
}
</style>
background-color css
<style>
a { background-color: #F0430B; }
a { background-color: rgb(240,67,11); }
div.DivClassName
{
background-color: #F0430B;
}
.BgClassName
{
background-color: #F0430B;
}
</style>
border-color css
<style>
span { border-color: #F0430B; }
span { border-color: rgb(240,67,11); }
td.TdClassName
{
border-color: #F0430B;
}
.TagClassName
{
border-color: #F0430B;
}
</style>