Shades of Orange Red #FF4308
Tints of Orange Red #FF4308
RGB
CMYK
RGB Variations
Color information
#FF4308 (or 0xFF4308) is known color: Orange Red. HEX triplet: FF, 43 and 08. RGB value is (255,67,8). Sum of RGB (Red+Green+Blue) = 255+67+8=330 (43% of max value = 765). Red value is 255 (100% from 255 or 77.27% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 8 (3.52% from 255 or 2.42% from 330); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4308 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4308 is #00BCF7. Grayscale: #747474. Windows color (decimal): -48376 or 541695. OLE color: 541695.
HSL color Cylindrical-coordinate representation of color #FF4308: hue angle of 14.33º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF4308 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 67 | 8 | - |
| CMYK | 0 | 0.74 | 0.97 | 0 |
| HSL | 14.33º | 1% | 0.52% | - |
| HSV(B) | 14.33º | 0.97% | 1% | - |
| XYZ | 43.29 | 25.29 | 2.83 | - |
| YUV | 116.49 | 66.78 | 226.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 67 | 8 | 0 | 0.74 | 0.97 | 0 | 14.33 | 1 | 0.52 |
| Hex | FF | 43 | 8 | 0 | 4A | 61 | 0 | E | 64 | 34 |
| Octal | 377 | 103 | 10 | 0 | 112 | 141 | 0 | 16 | 144 | 64 |
| Binary | 11111111 | 1000011 | 1000 | 0 | 1001010 | 1100001 | 0 | 1110 | 1100100 | 110100 |
Color Harmonies of #FF4308
Complementary color
Monochromatic Colors of #FF4308
Black with #FF4308
Text Example
Text Example
White with #FF4308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4308; }
p { color: rgb(255,67,8); }
H1.HeaderClassName
{
color: #FF4308;
}
.AnyTagClassName
{
color: #FF4308;
}
</style>
background-color css
<style>
a { background-color: #FF4308; }
a { background-color: rgb(255,67,8); }
div.DivClassName
{
background-color: #FF4308;
}
.BgClassName
{
background-color: #FF4308;
}
</style>
border-color css
<style>
span { border-color: #FF4308; }
span { border-color: rgb(255,67,8); }
td.TdClassName
{
border-color: #FF4308;
}
.TagClassName
{
border-color: #FF4308;
}
</style>