Shades of Sun #FA853B
Tints of Sun #FA853B
RGB
CMYK
RGB Variations
Color information
#FA853B (or 0xFA853B) is known color: Sun. HEX triplet: FA, 85 and 3B. RGB value is (250,133,59). Sum of RGB (Red+Green+Blue) = 250+133+59=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 59 (23.44% from 255 or 13.35% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FA853B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA853B is #057AC4. Grayscale: #9F9F9F. Windows color (decimal): -359109 or 3900922. OLE color: 3900922.
HSL color Cylindrical-coordinate representation of color #FA853B: hue angle of 23.25º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FA853B is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 59 | - |
| CMYK | 0 | 0.47 | 0.76 | 0.02 |
| HSL | 23.25º | 0.95% | 0.61% | - |
| HSV(B) | 23.25º | 0.76% | 0.98% | - |
| XYZ | 48.6 | 37.41 | 8.8 | - |
| YUV | 159.55 | 71.26 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 59 | 0 | 0.47 | 0.76 | 0.02 | 23.25 | 0.95 | 0.61 |
| Hex | FA | 85 | 3B | 0 | 2F | 4C | 2 | 17 | 5F | 3D |
| Octal | 372 | 205 | 73 | 0 | 57 | 114 | 2 | 27 | 137 | 75 |
| Binary | 11111010 | 10000101 | 111011 | 0 | 101111 | 1001100 | 10 | 10111 | 1011111 | 111101 |
Color Harmonies of #FA853B
Complementary color
Monochromatic Colors of #FA853B
Black with #FA853B
Text Example
Text Example
White with #FA853B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA853B; }
p { color: rgb(250,133,59); }
H1.HeaderClassName
{
color: #FA853B;
}
.AnyTagClassName
{
color: #FA853B;
}
</style>
background-color css
<style>
a { background-color: #FA853B; }
a { background-color: rgb(250,133,59); }
div.DivClassName
{
background-color: #FA853B;
}
.BgClassName
{
background-color: #FA853B;
}
</style>
border-color css
<style>
span { border-color: #FA853B; }
span { border-color: rgb(250,133,59); }
td.TdClassName
{
border-color: #FA853B;
}
.TagClassName
{
border-color: #FA853B;
}
</style>