Shades of Orange Peel #FB9C04
Tints of Orange Peel #FB9C04
RGB
CMYK
RGB Variations
Color information
#FB9C04 (or 0xFB9C04) is known color: Orange Peel. HEX triplet: FB, 9C and 04. RGB value is (251,156,4). Sum of RGB (Red+Green+Blue) = 251+156+4=411 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.07% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 4 (1.95% from 255 or 0.97% from 411); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9C04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB9C04 is #0463FB. Grayscale: #A7A7A7. Windows color (decimal): -287740 or 302331. OLE color: 302331.
HSL color Cylindrical-coordinate representation of color #FB9C04: hue angle of 36.92º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB9C04 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 156 | 4 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.02 |
| HSL | 36.92º | 0.97% | 0.5% | - |
| HSV(B) | 36.92º | 0.98% | 0.98% | - |
| XYZ | 51.69 | 44.29 | 5.94 | - |
| YUV | 167.08 | 35.97 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 156 | 4 | 0 | 0.38 | 0.98 | 0.02 | 36.92 | 0.97 | 0.5 |
| Hex | FB | 9C | 4 | 0 | 26 | 62 | 2 | 25 | 61 | 32 |
| Octal | 373 | 234 | 4 | 0 | 46 | 142 | 2 | 45 | 141 | 62 |
| Binary | 11111011 | 10011100 | 100 | 0 | 100110 | 1100010 | 10 | 100101 | 1100001 | 110010 |
Color Harmonies of #FB9C04
Complementary color
Monochromatic Colors of #FB9C04
Black with #FB9C04
Text Example
Text Example
White with #FB9C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9C04; }
p { color: rgb(251,156,4); }
H1.HeaderClassName
{
color: #FB9C04;
}
.AnyTagClassName
{
color: #FB9C04;
}
</style>
background-color css
<style>
a { background-color: #FB9C04; }
a { background-color: rgb(251,156,4); }
div.DivClassName
{
background-color: #FB9C04;
}
.BgClassName
{
background-color: #FB9C04;
}
</style>
border-color css
<style>
span { border-color: #FB9C04; }
span { border-color: rgb(251,156,4); }
td.TdClassName
{
border-color: #FB9C04;
}
.TagClassName
{
border-color: #FB9C04;
}
</style>