Shades of Safety Orange #FB670D
Tints of Safety Orange #FB670D
RGB
CMYK
RGB Variations
Color information
#FB670D (or 0xFB670D) is known color: Safety Orange. HEX triplet: FB, 67 and 0D. RGB value is (251,103,13). Sum of RGB (Red+Green+Blue) = 251+103+13=367 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.39% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 13 (5.47% from 255 or 3.54% from 367); Max value from RGB is 251 - color contains mainly: red. Hex color #FB670D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB670D is #0498F2. Grayscale: #898989. Windows color (decimal): -301299 or 878587. OLE color: 878587.
HSL color Cylindrical-coordinate representation of color #FB670D: hue angle of 22.69º 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 #FB670D is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 103 | 13 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.02 |
| HSL | 22.69º | 0.97% | 0.52% | - |
| HSV(B) | 22.69º | 0.95% | 0.98% | - |
| XYZ | 44.71 | 30.24 | 3.86 | - |
| YUV | 136.99 | 58.03 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 103 | 13 | 0 | 0.59 | 0.95 | 0.02 | 22.69 | 0.97 | 0.52 |
| Hex | FB | 67 | D | 0 | 3B | 5F | 2 | 17 | 61 | 34 |
| Octal | 373 | 147 | 15 | 0 | 73 | 137 | 2 | 27 | 141 | 64 |
| Binary | 11111011 | 1100111 | 1101 | 0 | 111011 | 1011111 | 10 | 10111 | 1100001 | 110100 |
Color Harmonies of #FB670D
Complementary color
Monochromatic Colors of #FB670D
Black with #FB670D
Text Example
Text Example
White with #FB670D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB670D; }
p { color: rgb(251,103,13); }
H1.HeaderClassName
{
color: #FB670D;
}
.AnyTagClassName
{
color: #FB670D;
}
</style>
background-color css
<style>
a { background-color: #FB670D; }
a { background-color: rgb(251,103,13); }
div.DivClassName
{
background-color: #FB670D;
}
.BgClassName
{
background-color: #FB670D;
}
</style>
border-color css
<style>
span { border-color: #FB670D; }
span { border-color: rgb(251,103,13); }
td.TdClassName
{
border-color: #FB670D;
}
.TagClassName
{
border-color: #FB670D;
}
</style>