Shades of Safety Orange #FB650C
Tints of Safety Orange #FB650C
RGB
CMYK
RGB Variations
Color information
#FB650C (or 0xFB650C) is known color: Safety Orange. HEX triplet: FB, 65 and 0C. RGB value is (251,101,12). Sum of RGB (Red+Green+Blue) = 251+101+12=364 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.96% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 12 (5.08% from 255 or 3.30% from 364); Max value from RGB is 251 - color contains mainly: red. Hex color #FB650C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB650C is #049AF3. Grayscale: #888888. Windows color (decimal): -301812 or 812539. OLE color: 812539.
HSL color Cylindrical-coordinate representation of color #FB650C: hue angle of 22.34º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB650C is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 101 | 12 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.02 |
| HSL | 22.34º | 0.97% | 0.52% | - |
| HSV(B) | 22.34º | 0.95% | 0.98% | - |
| XYZ | 44.5 | 29.84 | 3.76 | - |
| YUV | 135.7 | 58.2 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 12 | 0 | 0.60 | 0.95 | 0.02 | 22.34 | 0.97 | 0.52 |
| Hex | FB | 65 | C | 0 | 3C | 5F | 2 | 16 | 61 | 34 |
| Octal | 373 | 145 | 14 | 0 | 74 | 137 | 2 | 26 | 141 | 64 |
| Binary | 11111011 | 1100101 | 1100 | 0 | 111100 | 1011111 | 10 | 10110 | 1100001 | 110100 |
Color Harmonies of #FB650C
Complementary color
Monochromatic Colors of #FB650C
Black with #FB650C
Text Example
Text Example
White with #FB650C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB650C; }
p { color: rgb(251,101,12); }
H1.HeaderClassName
{
color: #FB650C;
}
.AnyTagClassName
{
color: #FB650C;
}
</style>
background-color css
<style>
a { background-color: #FB650C; }
a { background-color: rgb(251,101,12); }
div.DivClassName
{
background-color: #FB650C;
}
.BgClassName
{
background-color: #FB650C;
}
</style>
border-color css
<style>
span { border-color: #FB650C; }
span { border-color: rgb(251,101,12); }
td.TdClassName
{
border-color: #FB650C;
}
.TagClassName
{
border-color: #FB650C;
}
</style>