Shades of Orange Peel #FB9A0C
Tints of Orange Peel #FB9A0C
RGB
CMYK
RGB Variations
Color information
#FB9A0C (or 0xFB9A0C) is known color: Orange Peel. HEX triplet: FB, 9A and 0C. RGB value is (251,154,12). Sum of RGB (Red+Green+Blue) = 251+154+12=417 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.19% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 12 (5.08% from 255 or 2.88% from 417); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9A0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB9A0C is #0465F3. Grayscale: #A7A7A7. Windows color (decimal): -288244 or 826107. OLE color: 826107.
HSL color Cylindrical-coordinate representation of color #FB9A0C: hue angle of 35.65º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB9A0C is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 154 | 12 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.02 |
| HSL | 35.65º | 0.97% | 0.52% | - |
| HSV(B) | 35.65º | 0.95% | 0.98% | - |
| XYZ | 51.41 | 43.65 | 6.06 | - |
| YUV | 166.82 | 40.64 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 154 | 12 | 0 | 0.39 | 0.95 | 0.02 | 35.65 | 0.97 | 0.52 |
| Hex | FB | 9A | C | 0 | 27 | 5F | 2 | 24 | 61 | 34 |
| Octal | 373 | 232 | 14 | 0 | 47 | 137 | 2 | 44 | 141 | 64 |
| Binary | 11111011 | 10011010 | 1100 | 0 | 100111 | 1011111 | 10 | 100100 | 1100001 | 110100 |
Color Harmonies of #FB9A0C
Complementary color
Monochromatic Colors of #FB9A0C
Black with #FB9A0C
Text Example
Text Example
White with #FB9A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9A0C; }
p { color: rgb(251,154,12); }
H1.HeaderClassName
{
color: #FB9A0C;
}
.AnyTagClassName
{
color: #FB9A0C;
}
</style>
background-color css
<style>
a { background-color: #FB9A0C; }
a { background-color: rgb(251,154,12); }
div.DivClassName
{
background-color: #FB9A0C;
}
.BgClassName
{
background-color: #FB9A0C;
}
</style>
border-color css
<style>
span { border-color: #FB9A0C; }
span { border-color: rgb(251,154,12); }
td.TdClassName
{
border-color: #FB9A0C;
}
.TagClassName
{
border-color: #FB9A0C;
}
</style>