Shades of Safety Orange #FD6502
Tints of Safety Orange #FD6502
RGB
CMYK
RGB Variations
Color information
#FD6502 (or 0xFD6502) is known color: Safety Orange. HEX triplet: FD, 65 and 02. RGB value is (253,101,2). Sum of RGB (Red+Green+Blue) = 253+101+2=356 (47% of max value = 765). Red value is 253 (99.22% from 255 or 71.07% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 2 (1.17% from 255 or 0.56% from 356); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6502 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD6502 is #029AFD. Grayscale: #878787. Windows color (decimal): -170750 or 157181. OLE color: 157181.
HSL color Cylindrical-coordinate representation of color #FD6502: hue angle of 23.67º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD6502 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 101 | 2 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.01 |
| HSL | 23.67º | 0.98% | 0.5% | - |
| HSV(B) | 23.67º | 0.99% | 0.99% | - |
| XYZ | 45.17 | 30.19 | 3.5 | - |
| YUV | 135.16 | 52.86 | 212.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 101 | 2 | 0 | 0.60 | 0.99 | 0.01 | 23.67 | 0.98 | 0.5 |
| Hex | FD | 65 | 2 | 0 | 3C | 63 | 1 | 18 | 62 | 32 |
| Octal | 375 | 145 | 2 | 0 | 74 | 143 | 1 | 30 | 142 | 62 |
| Binary | 11111101 | 1100101 | 10 | 0 | 111100 | 1100011 | 1 | 11000 | 1100010 | 110010 |
Color Harmonies of #FD6502
Complementary color
Monochromatic Colors of #FD6502
Black with #FD6502
Text Example
Text Example
White with #FD6502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6502; }
p { color: rgb(253,101,2); }
H1.HeaderClassName
{
color: #FD6502;
}
.AnyTagClassName
{
color: #FD6502;
}
</style>
background-color css
<style>
a { background-color: #FD6502; }
a { background-color: rgb(253,101,2); }
div.DivClassName
{
background-color: #FD6502;
}
.BgClassName
{
background-color: #FD6502;
}
</style>
border-color css
<style>
span { border-color: #FD6502; }
span { border-color: rgb(253,101,2); }
td.TdClassName
{
border-color: #FD6502;
}
.TagClassName
{
border-color: #FD6502;
}
</style>