Shades of Orange Peel #FB9C01
Tints of Orange Peel #FB9C01
RGB
CMYK
RGB Variations
Color information
#FB9C01 (or 0xFB9C01) is known color: Orange Peel. HEX triplet: FB, 9C and 01. RGB value is (251,156,1). Sum of RGB (Red+Green+Blue) = 251+156+1=408 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.52% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 1 (0.78% from 255 or 0.25% from 408); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9C01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB9C01 is #0463FE. Grayscale: #A7A7A7. Windows color (decimal): -287743 or 105723. OLE color: 105723.
HSL color Cylindrical-coordinate representation of color #FB9C01: hue angle of 37.2º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB9C01 is Cyan = 0, Magento = 0.38, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 156 | 1 | - |
| CMYK | 0 | 0.38 | 1.00 | 0.02 |
| HSL | 37.2º | 0.99% | 0.49% | - |
| HSV(B) | 37.2º | 1% | 0.98% | - |
| XYZ | 51.68 | 44.29 | 5.85 | - |
| YUV | 166.74 | 34.47 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 156 | 1 | 0 | 0.38 | 1.00 | 0.02 | 37.2 | 0.99 | 0.49 |
| Hex | FB | 9C | 1 | 0 | 26 | 64 | 2 | 25 | 63 | 31 |
| Octal | 373 | 234 | 1 | 0 | 46 | 144 | 2 | 45 | 143 | 61 |
| Binary | 11111011 | 10011100 | 1 | 0 | 100110 | 1100100 | 10 | 100101 | 1100011 | 110001 |
Color Harmonies of #FB9C01
Complementary color
Monochromatic Colors of #FB9C01
Black with #FB9C01
Text Example
Text Example
White with #FB9C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9C01; }
p { color: rgb(251,156,1); }
H1.HeaderClassName
{
color: #FB9C01;
}
.AnyTagClassName
{
color: #FB9C01;
}
</style>
background-color css
<style>
a { background-color: #FB9C01; }
a { background-color: rgb(251,156,1); }
div.DivClassName
{
background-color: #FB9C01;
}
.BgClassName
{
background-color: #FB9C01;
}
</style>
border-color css
<style>
span { border-color: #FB9C01; }
span { border-color: rgb(251,156,1); }
td.TdClassName
{
border-color: #FB9C01;
}
.TagClassName
{
border-color: #FB9C01;
}
</style>