Shades of Outrageous Orange #FD602B
Tints of Outrageous Orange #FD602B
RGB
CMYK
RGB Variations
Color information
#FD602B (or 0xFD602B) is known color: Outrageous Orange. HEX triplet: FD, 60 and 2B. RGB value is (253,96,43). Sum of RGB (Red+Green+Blue) = 253+96+43=392 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.54% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 43 (17.19% from 255 or 10.97% from 392); Max value from RGB is 253 - color contains mainly: red. Hex color #FD602B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD602B is #029FD4. Grayscale: #898989. Windows color (decimal): -171989 or 2842877. OLE color: 2842877.
HSL color Cylindrical-coordinate representation of color #FD602B: hue angle of 15.14º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD602B is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 96 | 43 | - |
| CMYK | 0 | 0.62 | 0.83 | 0.01 |
| HSL | 15.14º | 0.98% | 0.58% | - |
| HSV(B) | 15.14º | 0.83% | 0.99% | - |
| XYZ | 45.13 | 29.42 | 5.59 | - |
| YUV | 136.9 | 75.01 | 210.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 96 | 43 | 0 | 0.62 | 0.83 | 0.01 | 15.14 | 0.98 | 0.58 |
| Hex | FD | 60 | 2B | 0 | 3E | 53 | 1 | F | 62 | 3A |
| Octal | 375 | 140 | 53 | 0 | 76 | 123 | 1 | 17 | 142 | 72 |
| Binary | 11111101 | 1100000 | 101011 | 0 | 111110 | 1010011 | 1 | 1111 | 1100010 | 111010 |
Color Harmonies of #FD602B
Complementary color
Monochromatic Colors of #FD602B
Black with #FD602B
Text Example
Text Example
White with #FD602B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD602B; }
p { color: rgb(253,96,43); }
H1.HeaderClassName
{
color: #FD602B;
}
.AnyTagClassName
{
color: #FD602B;
}
</style>
background-color css
<style>
a { background-color: #FD602B; }
a { background-color: rgb(253,96,43); }
div.DivClassName
{
background-color: #FD602B;
}
.BgClassName
{
background-color: #FD602B;
}
</style>
border-color css
<style>
span { border-color: #FD602B; }
span { border-color: rgb(253,96,43); }
td.TdClassName
{
border-color: #FD602B;
}
.TagClassName
{
border-color: #FD602B;
}
</style>