Shades of Outrageous Orange #FB5D23
Tints of Outrageous Orange #FB5D23
RGB
CMYK
RGB Variations
Color information
#FB5D23 (or 0xFB5D23) is known color: Outrageous Orange. HEX triplet: FB, 5D and 23. RGB value is (251,93,35). Sum of RGB (Red+Green+Blue) = 251+93+35=379 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.23% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 35 (14.06% from 255 or 9.23% from 379); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5D23 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5D23 is #04A2DC. Grayscale: #868686. Windows color (decimal): -303837 or 2317819. OLE color: 2317819.
HSL color Cylindrical-coordinate representation of color #FB5D23: hue angle of 16.11º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB5D23 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 93 | 35 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.02 |
| HSL | 16.11º | 0.96% | 0.56% | - |
| HSV(B) | 16.11º | 0.86% | 0.98% | - |
| XYZ | 44 | 28.46 | 4.76 | - |
| YUV | 133.63 | 72.35 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 93 | 35 | 0 | 0.63 | 0.86 | 0.02 | 16.11 | 0.96 | 0.56 |
| Hex | FB | 5D | 23 | 0 | 3F | 56 | 2 | 10 | 60 | 38 |
| Octal | 373 | 135 | 43 | 0 | 77 | 126 | 2 | 20 | 140 | 70 |
| Binary | 11111011 | 1011101 | 100011 | 0 | 111111 | 1010110 | 10 | 10000 | 1100000 | 111000 |
Color Harmonies of #FB5D23
Complementary color
Monochromatic Colors of #FB5D23
Black with #FB5D23
Text Example
Text Example
White with #FB5D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5D23; }
p { color: rgb(251,93,35); }
H1.HeaderClassName
{
color: #FB5D23;
}
.AnyTagClassName
{
color: #FB5D23;
}
</style>
background-color css
<style>
a { background-color: #FB5D23; }
a { background-color: rgb(251,93,35); }
div.DivClassName
{
background-color: #FB5D23;
}
.BgClassName
{
background-color: #FB5D23;
}
</style>
border-color css
<style>
span { border-color: #FB5D23; }
span { border-color: rgb(251,93,35); }
td.TdClassName
{
border-color: #FB5D23;
}
.TagClassName
{
border-color: #FB5D23;
}
</style>