Shades of Sun #FA8133
Tints of Sun #FA8133
RGB
CMYK
RGB Variations
Color information
#FA8133 (or 0xFA8133) is known color: Sun. HEX triplet: FA, 81 and 33. RGB value is (250,129,51). Sum of RGB (Red+Green+Blue) = 250+129+51=430 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.14% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 51 (20.31% from 255 or 11.86% from 430); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8133 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8133 is #057ECC. Grayscale: #9C9C9C. Windows color (decimal): -360141 or 3375610. OLE color: 3375610.
HSL color Cylindrical-coordinate representation of color #FA8133: hue angle of 23.52º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA8133 is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 129 | 51 | - |
| CMYK | 0 | 0.48 | 0.80 | 0.02 |
| HSL | 23.52º | 0.95% | 0.59% | - |
| HSV(B) | 23.52º | 0.8% | 0.98% | - |
| XYZ | 47.87 | 36.26 | 7.61 | - |
| YUV | 156.29 | 68.59 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 129 | 51 | 0 | 0.48 | 0.80 | 0.02 | 23.52 | 0.95 | 0.59 |
| Hex | FA | 81 | 33 | 0 | 30 | 50 | 2 | 18 | 5F | 3B |
| Octal | 372 | 201 | 63 | 0 | 60 | 120 | 2 | 30 | 137 | 73 |
| Binary | 11111010 | 10000001 | 110011 | 0 | 110000 | 1010000 | 10 | 11000 | 1011111 | 111011 |
Color Harmonies of #FA8133
Complementary color
Monochromatic Colors of #FA8133
Black with #FA8133
Text Example
Text Example
White with #FA8133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8133; }
p { color: rgb(250,129,51); }
H1.HeaderClassName
{
color: #FA8133;
}
.AnyTagClassName
{
color: #FA8133;
}
</style>
background-color css
<style>
a { background-color: #FA8133; }
a { background-color: rgb(250,129,51); }
div.DivClassName
{
background-color: #FA8133;
}
.BgClassName
{
background-color: #FA8133;
}
</style>
border-color css
<style>
span { border-color: #FA8133; }
span { border-color: rgb(250,129,51); }
td.TdClassName
{
border-color: #FA8133;
}
.TagClassName
{
border-color: #FA8133;
}
</style>