Shades of Safety Orange #FC680B
Tints of Safety Orange #FC680B
RGB
CMYK
RGB Variations
Color information
#FC680B (or 0xFC680B) is known color: Safety Orange. HEX triplet: FC, 68 and 0B. RGB value is (252,104,11). Sum of RGB (Red+Green+Blue) = 252+104+11=367 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.66% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 11 (4.69% from 255 or 3.00% from 367); Max value from RGB is 252 - color contains mainly: red. Hex color #FC680B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC680B is #0397F4. Grayscale: #8A8A8A. Windows color (decimal): -235509 or 747772. OLE color: 747772.
HSL color Cylindrical-coordinate representation of color #FC680B: hue angle of 23.15º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC680B is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 104 | 11 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.01 |
| HSL | 23.15º | 0.98% | 0.52% | - |
| HSV(B) | 23.15º | 0.96% | 0.99% | - |
| XYZ | 45.16 | 30.62 | 3.85 | - |
| YUV | 137.65 | 56.53 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 104 | 11 | 0 | 0.59 | 0.96 | 0.01 | 23.15 | 0.98 | 0.52 |
| Hex | FC | 68 | B | 0 | 3B | 60 | 1 | 17 | 62 | 34 |
| Octal | 374 | 150 | 13 | 0 | 73 | 140 | 1 | 27 | 142 | 64 |
| Binary | 11111100 | 1101000 | 1011 | 0 | 111011 | 1100000 | 1 | 10111 | 1100010 | 110100 |
Color Harmonies of #FC680B
Complementary color
Monochromatic Colors of #FC680B
Black with #FC680B
Text Example
Text Example
White with #FC680B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC680B; }
p { color: rgb(252,104,11); }
H1.HeaderClassName
{
color: #FC680B;
}
.AnyTagClassName
{
color: #FC680B;
}
</style>
background-color css
<style>
a { background-color: #FC680B; }
a { background-color: rgb(252,104,11); }
div.DivClassName
{
background-color: #FC680B;
}
.BgClassName
{
background-color: #FC680B;
}
</style>
border-color css
<style>
span { border-color: #FC680B; }
span { border-color: rgb(252,104,11); }
td.TdClassName
{
border-color: #FC680B;
}
.TagClassName
{
border-color: #FC680B;
}
</style>