Shades of Safety Orange #FD640C
Tints of Safety Orange #FD640C
RGB
CMYK
RGB Variations
Color information
#FD640C (or 0xFD640C) is known color: Safety Orange. HEX triplet: FD, 64 and 0C. RGB value is (253,100,12). Sum of RGB (Red+Green+Blue) = 253+100+12=365 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.32% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 12 (5.08% from 255 or 3.29% from 365); Max value from RGB is 253 - color contains mainly: red. Hex color #FD640C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD640C is #029BF3. Grayscale: #888888. Windows color (decimal): -170996 or 812285. OLE color: 812285.
HSL color Cylindrical-coordinate representation of color #FD640C: hue angle of 21.91º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FD640C is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 100 | 12 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.01 |
| HSL | 21.91º | 0.98% | 0.52% | - |
| HSV(B) | 21.91º | 0.95% | 0.99% | - |
| XYZ | 45.13 | 30.02 | 3.76 | - |
| YUV | 135.72 | 58.19 | 211.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 100 | 12 | 0 | 0.60 | 0.95 | 0.01 | 21.91 | 0.98 | 0.52 |
| Hex | FD | 64 | C | 0 | 3C | 5F | 1 | 16 | 62 | 34 |
| Octal | 375 | 144 | 14 | 0 | 74 | 137 | 1 | 26 | 142 | 64 |
| Binary | 11111101 | 1100100 | 1100 | 0 | 111100 | 1011111 | 1 | 10110 | 1100010 | 110100 |
Color Harmonies of #FD640C
Complementary color
Monochromatic Colors of #FD640C
Black with #FD640C
Text Example
Text Example
White with #FD640C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD640C; }
p { color: rgb(253,100,12); }
H1.HeaderClassName
{
color: #FD640C;
}
.AnyTagClassName
{
color: #FD640C;
}
</style>
background-color css
<style>
a { background-color: #FD640C; }
a { background-color: rgb(253,100,12); }
div.DivClassName
{
background-color: #FD640C;
}
.BgClassName
{
background-color: #FD640C;
}
</style>
border-color css
<style>
span { border-color: #FD640C; }
span { border-color: rgb(253,100,12); }
td.TdClassName
{
border-color: #FD640C;
}
.TagClassName
{
border-color: #FD640C;
}
</style>