Shades of Sun #FB852A
Tints of Sun #FB852A
RGB
CMYK
RGB Variations
Color information
#FB852A (or 0xFB852A) is known color: Sun. HEX triplet: FB, 85 and 2A. RGB value is (251,133,42). Sum of RGB (Red+Green+Blue) = 251+133+42=426 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.92% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 42 (16.80% from 255 or 9.86% from 426); Max value from RGB is 251 - color contains mainly: red. Hex color #FB852A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB852A is #047AD5. Grayscale: #9E9E9E. Windows color (decimal): -293590 or 2786811. OLE color: 2786811.
HSL color Cylindrical-coordinate representation of color #FB852A: hue angle of 26.12º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB852A is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 133 | 42 | - |
| CMYK | 0 | 0.47 | 0.83 | 0.02 |
| HSL | 26.12º | 0.96% | 0.57% | - |
| HSV(B) | 26.12º | 0.83% | 0.98% | - |
| XYZ | 48.59 | 37.45 | 6.86 | - |
| YUV | 157.91 | 62.59 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 133 | 42 | 0 | 0.47 | 0.83 | 0.02 | 26.12 | 0.96 | 0.57 |
| Hex | FB | 85 | 2A | 0 | 2F | 53 | 2 | 1A | 60 | 39 |
| Octal | 373 | 205 | 52 | 0 | 57 | 123 | 2 | 32 | 140 | 71 |
| Binary | 11111011 | 10000101 | 101010 | 0 | 101111 | 1010011 | 10 | 11010 | 1100000 | 111001 |
Color Harmonies of #FB852A
Complementary color
Monochromatic Colors of #FB852A
Black with #FB852A
Text Example
Text Example
White with #FB852A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB852A; }
p { color: rgb(251,133,42); }
H1.HeaderClassName
{
color: #FB852A;
}
.AnyTagClassName
{
color: #FB852A;
}
</style>
background-color css
<style>
a { background-color: #FB852A; }
a { background-color: rgb(251,133,42); }
div.DivClassName
{
background-color: #FB852A;
}
.BgClassName
{
background-color: #FB852A;
}
</style>
border-color css
<style>
span { border-color: #FB852A; }
span { border-color: rgb(251,133,42); }
td.TdClassName
{
border-color: #FB852A;
}
.TagClassName
{
border-color: #FB852A;
}
</style>