Shades of Orange Red #FF4306
Tints of Orange Red #FF4306
RGB
CMYK
RGB Variations
Color information
#FF4306 (or 0xFF4306) is known color: Orange Red. HEX triplet: FF, 43 and 06. RGB value is (255,67,6). Sum of RGB (Red+Green+Blue) = 255+67+6=328 (43% of max value = 765). Red value is 255 (100% from 255 or 77.74% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 6 (2.73% from 255 or 1.83% from 328); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4306 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4306 is #00BCF9. Grayscale: #747474. Windows color (decimal): -48378 or 410623. OLE color: 410623.
HSL color Cylindrical-coordinate representation of color #FF4306: hue angle of 14.7º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF4306 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 67 | 6 | - |
| CMYK | 0 | 0.74 | 0.98 | 0 |
| HSL | 14.7º | 1% | 0.51% | - |
| HSV(B) | 14.7º | 0.98% | 1% | - |
| XYZ | 43.28 | 25.29 | 2.77 | - |
| YUV | 116.26 | 65.78 | 226.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 67 | 6 | 0 | 0.74 | 0.98 | 0 | 14.7 | 1 | 0.51 |
| Hex | FF | 43 | 6 | 0 | 4A | 62 | 0 | F | 64 | 33 |
| Octal | 377 | 103 | 6 | 0 | 112 | 142 | 0 | 17 | 144 | 63 |
| Binary | 11111111 | 1000011 | 110 | 0 | 1001010 | 1100010 | 0 | 1111 | 1100100 | 110011 |
Color Harmonies of #FF4306
Complementary color
Monochromatic Colors of #FF4306
Black with #FF4306
Text Example
Text Example
White with #FF4306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4306; }
p { color: rgb(255,67,6); }
H1.HeaderClassName
{
color: #FF4306;
}
.AnyTagClassName
{
color: #FF4306;
}
</style>
background-color css
<style>
a { background-color: #FF4306; }
a { background-color: rgb(255,67,6); }
div.DivClassName
{
background-color: #FF4306;
}
.BgClassName
{
background-color: #FF4306;
}
</style>
border-color css
<style>
span { border-color: #FF4306; }
span { border-color: rgb(255,67,6); }
td.TdClassName
{
border-color: #FF4306;
}
.TagClassName
{
border-color: #FF4306;
}
</style>