Shades of Sun #FA852B
Tints of Sun #FA852B
RGB
CMYK
RGB Variations
Color information
#FA852B (or 0xFA852B) is known color: Sun. HEX triplet: FA, 85 and 2B. RGB value is (250,133,43). Sum of RGB (Red+Green+Blue) = 250+133+43=426 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.69% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 43 (17.19% from 255 or 10.09% from 426); Max value from RGB is 250 - color contains mainly: red. Hex color #FA852B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA852B is #057AD4. Grayscale: #9E9E9E. Windows color (decimal): -359125 or 2852346. OLE color: 2852346.
HSL color Cylindrical-coordinate representation of color #FA852B: hue angle of 26.09º degrees, saturation: 0.95, 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 #FA852B is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 43 | - |
| CMYK | 0 | 0.47 | 0.83 | 0.02 |
| HSL | 26.09º | 0.95% | 0.57% | - |
| HSV(B) | 26.09º | 0.83% | 0.98% | - |
| XYZ | 48.25 | 37.27 | 6.94 | - |
| YUV | 157.72 | 63.26 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 43 | 0 | 0.47 | 0.83 | 0.02 | 26.09 | 0.95 | 0.57 |
| Hex | FA | 85 | 2B | 0 | 2F | 53 | 2 | 1A | 5F | 39 |
| Octal | 372 | 205 | 53 | 0 | 57 | 123 | 2 | 32 | 137 | 71 |
| Binary | 11111010 | 10000101 | 101011 | 0 | 101111 | 1010011 | 10 | 11010 | 1011111 | 111001 |
Color Harmonies of #FA852B
Complementary color
Monochromatic Colors of #FA852B
Black with #FA852B
Text Example
Text Example
White with #FA852B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA852B; }
p { color: rgb(250,133,43); }
H1.HeaderClassName
{
color: #FA852B;
}
.AnyTagClassName
{
color: #FA852B;
}
</style>
background-color css
<style>
a { background-color: #FA852B; }
a { background-color: rgb(250,133,43); }
div.DivClassName
{
background-color: #FA852B;
}
.BgClassName
{
background-color: #FA852B;
}
</style>
border-color css
<style>
span { border-color: #FA852B; }
span { border-color: rgb(250,133,43); }
td.TdClassName
{
border-color: #FA852B;
}
.TagClassName
{
border-color: #FA852B;
}
</style>