Shades of Outrageous Orange #FB602F
Tints of Outrageous Orange #FB602F
RGB
CMYK
RGB Variations
Color information
#FB602F (or 0xFB602F) is known color: Outrageous Orange. HEX triplet: FB, 60 and 2F. RGB value is (251,96,47). Sum of RGB (Red+Green+Blue) = 251+96+47=394 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.71% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 47 (18.75% from 255 or 11.93% from 394); Max value from RGB is 251 - color contains mainly: red. Hex color #FB602F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB602F is #049FD0. Grayscale: #898989. Windows color (decimal): -303057 or 3105019. OLE color: 3105019.
HSL color Cylindrical-coordinate representation of color #FB602F: hue angle of 14.41º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FB602F is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 96 | 47 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.02 |
| HSL | 14.41º | 0.96% | 0.58% | - |
| HSV(B) | 14.41º | 0.81% | 0.98% | - |
| XYZ | 44.48 | 29.08 | 5.96 | - |
| YUV | 136.76 | 77.35 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 96 | 47 | 0 | 0.62 | 0.81 | 0.02 | 14.41 | 0.96 | 0.58 |
| Hex | FB | 60 | 2F | 0 | 3E | 51 | 2 | E | 60 | 3A |
| Octal | 373 | 140 | 57 | 0 | 76 | 121 | 2 | 16 | 140 | 72 |
| Binary | 11111011 | 1100000 | 101111 | 0 | 111110 | 1010001 | 10 | 1110 | 1100000 | 111010 |
Color Harmonies of #FB602F
Complementary color
Monochromatic Colors of #FB602F
Black with #FB602F
Text Example
Text Example
White with #FB602F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB602F; }
p { color: rgb(251,96,47); }
H1.HeaderClassName
{
color: #FB602F;
}
.AnyTagClassName
{
color: #FB602F;
}
</style>
background-color css
<style>
a { background-color: #FB602F; }
a { background-color: rgb(251,96,47); }
div.DivClassName
{
background-color: #FB602F;
}
.BgClassName
{
background-color: #FB602F;
}
</style>
border-color css
<style>
span { border-color: #FB602F; }
span { border-color: rgb(251,96,47); }
td.TdClassName
{
border-color: #FB602F;
}
.TagClassName
{
border-color: #FB602F;
}
</style>