Shades of Outrageous Orange #FD6430
Tints of Outrageous Orange #FD6430
RGB
CMYK
RGB Variations
Color information
#FD6430 (or 0xFD6430) is known color: Outrageous Orange. HEX triplet: FD, 64 and 30. RGB value is (253,100,48). Sum of RGB (Red+Green+Blue) = 253+100+48=401 (53% of max value = 765). Red value is 253 (99.22% from 255 or 63.09% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 48 (19.14% from 255 or 11.97% from 401); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6430 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6430 is #029BCF. Grayscale: #8C8C8C. Windows color (decimal): -170960 or 3171581. OLE color: 3171581.
HSL color Cylindrical-coordinate representation of color #FD6430: hue angle of 15.22º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FD6430 is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 100 | 48 | - |
| CMYK | 0 | 0.60 | 0.81 | 0.01 |
| HSL | 15.22º | 0.98% | 0.59% | - |
| HSV(B) | 15.22º | 0.81% | 0.99% | - |
| XYZ | 45.6 | 30.21 | 6.22 | - |
| YUV | 139.82 | 76.19 | 208.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 100 | 48 | 0 | 0.60 | 0.81 | 0.01 | 15.22 | 0.98 | 0.59 |
| Hex | FD | 64 | 30 | 0 | 3C | 51 | 1 | F | 62 | 3B |
| Octal | 375 | 144 | 60 | 0 | 74 | 121 | 1 | 17 | 142 | 73 |
| Binary | 11111101 | 1100100 | 110000 | 0 | 111100 | 1010001 | 1 | 1111 | 1100010 | 111011 |
Color Harmonies of #FD6430
Complementary color
Monochromatic Colors of #FD6430
Black with #FD6430
Text Example
Text Example
White with #FD6430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6430; }
p { color: rgb(253,100,48); }
H1.HeaderClassName
{
color: #FD6430;
}
.AnyTagClassName
{
color: #FD6430;
}
</style>
background-color css
<style>
a { background-color: #FD6430; }
a { background-color: rgb(253,100,48); }
div.DivClassName
{
background-color: #FD6430;
}
.BgClassName
{
background-color: #FD6430;
}
</style>
border-color css
<style>
span { border-color: #FD6430; }
span { border-color: rgb(253,100,48); }
td.TdClassName
{
border-color: #FD6430;
}
.TagClassName
{
border-color: #FD6430;
}
</style>