Shades of Safety Orange #FC640C
Tints of Safety Orange #FC640C
RGB
CMYK
RGB Variations
Color information
#FC640C (or 0xFC640C) is known color: Safety Orange. HEX triplet: FC, 64 and 0C. RGB value is (252,100,12). Sum of RGB (Red+Green+Blue) = 252+100+12=364 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.23% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 12 (5.08% from 255 or 3.30% from 364); Max value from RGB is 252 - color contains mainly: red. Hex color #FC640C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC640C is #039BF3. Grayscale: #878787. Windows color (decimal): -236532 or 812284. OLE color: 812284.
HSL color Cylindrical-coordinate representation of color #FC640C: hue angle of 22º 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 #FC640C is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 100 | 12 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.01 |
| HSL | 22º | 0.98% | 0.52% | - |
| HSV(B) | 22º | 0.95% | 0.99% | - |
| XYZ | 44.77 | 29.84 | 3.75 | - |
| YUV | 135.42 | 58.36 | 211.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 100 | 12 | 0 | 0.60 | 0.95 | 0.01 | 22 | 0.98 | 0.52 |
| Hex | FC | 64 | C | 0 | 3C | 5F | 1 | 16 | 62 | 34 |
| Octal | 374 | 144 | 14 | 0 | 74 | 137 | 1 | 26 | 142 | 64 |
| Binary | 11111100 | 1100100 | 1100 | 0 | 111100 | 1011111 | 1 | 10110 | 1100010 | 110100 |
Color Harmonies of #FC640C
Complementary color
Monochromatic Colors of #FC640C
Black with #FC640C
Text Example
Text Example
White with #FC640C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC640C; }
p { color: rgb(252,100,12); }
H1.HeaderClassName
{
color: #FC640C;
}
.AnyTagClassName
{
color: #FC640C;
}
</style>
background-color css
<style>
a { background-color: #FC640C; }
a { background-color: rgb(252,100,12); }
div.DivClassName
{
background-color: #FC640C;
}
.BgClassName
{
background-color: #FC640C;
}
</style>
border-color css
<style>
span { border-color: #FC640C; }
span { border-color: rgb(252,100,12); }
td.TdClassName
{
border-color: #FC640C;
}
.TagClassName
{
border-color: #FC640C;
}
</style>