Shades of Safety Orange #FE690B
Tints of Safety Orange #FE690B
RGB
CMYK
RGB Variations
Color information
#FE690B (or 0xFE690B) is known color: Safety Orange. HEX triplet: FE, 69 and 0B. RGB value is (254,105,11). Sum of RGB (Red+Green+Blue) = 254+105+11=370 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.65% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 11 (4.69% from 255 or 2.97% from 370); Max value from RGB is 254 - color contains mainly: red. Hex color #FE690B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE690B is #0196F4. Grayscale: #8B8B8B. Windows color (decimal): -104181 or 748030. OLE color: 748030.
HSL color Cylindrical-coordinate representation of color #FE690B: hue angle of 23.21º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE690B is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 105 | 11 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.00 |
| HSL | 23.21º | 0.99% | 0.52% | - |
| HSV(B) | 23.21º | 0.96% | 1% | - |
| XYZ | 45.99 | 31.2 | 3.91 | - |
| YUV | 138.84 | 55.86 | 210.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 105 | 11 | 0 | 0.59 | 0.96 | 0.00 | 23.21 | 0.99 | 0.52 |
| Hex | FE | 69 | B | 0 | 3B | 60 | 0 | 17 | 63 | 34 |
| Octal | 376 | 151 | 13 | 0 | 73 | 140 | 0 | 27 | 143 | 64 |
| Binary | 11111110 | 1101001 | 1011 | 0 | 111011 | 1100000 | 0 | 10111 | 1100011 | 110100 |
Color Harmonies of #FE690B
Complementary color
Monochromatic Colors of #FE690B
Black with #FE690B
Text Example
Text Example
White with #FE690B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE690B; }
p { color: rgb(254,105,11); }
H1.HeaderClassName
{
color: #FE690B;
}
.AnyTagClassName
{
color: #FE690B;
}
</style>
background-color css
<style>
a { background-color: #FE690B; }
a { background-color: rgb(254,105,11); }
div.DivClassName
{
background-color: #FE690B;
}
.BgClassName
{
background-color: #FE690B;
}
</style>
border-color css
<style>
span { border-color: #FE690B; }
span { border-color: rgb(254,105,11); }
td.TdClassName
{
border-color: #FE690B;
}
.TagClassName
{
border-color: #FE690B;
}
</style>