Shades of Safety Orange #FF6302
Tints of Safety Orange #FF6302
RGB
CMYK
RGB Variations
Color information
#FF6302 (or 0xFF6302) is known color: Safety Orange. HEX triplet: FF, 63 and 02. RGB value is (255,99,2). Sum of RGB (Red+Green+Blue) = 255+99+2=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 2 (1.17% from 255 or 0.56% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6302 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6302 is #009CFD. Grayscale: #878787. Windows color (decimal): -40190 or 156671. OLE color: 156671.
HSL color Cylindrical-coordinate representation of color #FF6302: hue angle of 23º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF6302 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0 |
| HSL | 23º | 1% | 0.5% | - |
| HSV(B) | 23º | 0.99% | 1% | - |
| XYZ | 45.71 | 30.19 | 3.47 | - |
| YUV | 134.59 | 53.18 | 213.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 2 | 0 | 0.61 | 0.99 | 0 | 23 | 1 | 0.5 |
| Hex | FF | 63 | 2 | 0 | 3D | 63 | 0 | 17 | 64 | 32 |
| Octal | 377 | 143 | 2 | 0 | 75 | 143 | 0 | 27 | 144 | 62 |
| Binary | 11111111 | 1100011 | 10 | 0 | 111101 | 1100011 | 0 | 10111 | 1100100 | 110010 |
Color Harmonies of #FF6302
Complementary color
Monochromatic Colors of #FF6302
Black with #FF6302
Text Example
Text Example
White with #FF6302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6302; }
p { color: rgb(255,99,2); }
H1.HeaderClassName
{
color: #FF6302;
}
.AnyTagClassName
{
color: #FF6302;
}
</style>
background-color css
<style>
a { background-color: #FF6302; }
a { background-color: rgb(255,99,2); }
div.DivClassName
{
background-color: #FF6302;
}
.BgClassName
{
background-color: #FF6302;
}
</style>
border-color css
<style>
span { border-color: #FF6302; }
span { border-color: rgb(255,99,2); }
td.TdClassName
{
border-color: #FF6302;
}
.TagClassName
{
border-color: #FF6302;
}
</style>