Shades of Sun #FA8840
Tints of Sun #FA8840
RGB
CMYK
RGB Variations
Color information
#FA8840 (or 0xFA8840) is known color: Sun. HEX triplet: FA, 88 and 40. RGB value is (250,136,64). Sum of RGB (Red+Green+Blue) = 250+136+64=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 64 (25.39% from 255 or 14.22% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8840 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8840 is #0577BF. Grayscale: #A2A2A2. Windows color (decimal): -358336 or 4229370. OLE color: 4229370.
HSL color Cylindrical-coordinate representation of color #FA8840: hue angle of 23.23º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA8840 is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 136 | 64 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.02 |
| HSL | 23.23º | 0.95% | 0.62% | - |
| HSV(B) | 23.23º | 0.74% | 0.98% | - |
| XYZ | 49.15 | 38.3 | 9.65 | - |
| YUV | 161.88 | 72.77 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 136 | 64 | 0 | 0.46 | 0.74 | 0.02 | 23.23 | 0.95 | 0.62 |
| Hex | FA | 88 | 40 | 0 | 2E | 4A | 2 | 17 | 5F | 3E |
| Octal | 372 | 210 | 100 | 0 | 56 | 112 | 2 | 27 | 137 | 76 |
| Binary | 11111010 | 10001000 | 1000000 | 0 | 101110 | 1001010 | 10 | 10111 | 1011111 | 111110 |
Color Harmonies of #FA8840
Complementary color
Monochromatic Colors of #FA8840
Black with #FA8840
Text Example
Text Example
White with #FA8840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8840; }
p { color: rgb(250,136,64); }
H1.HeaderClassName
{
color: #FA8840;
}
.AnyTagClassName
{
color: #FA8840;
}
</style>
background-color css
<style>
a { background-color: #FA8840; }
a { background-color: rgb(250,136,64); }
div.DivClassName
{
background-color: #FA8840;
}
.BgClassName
{
background-color: #FA8840;
}
</style>
border-color css
<style>
span { border-color: #FA8840; }
span { border-color: rgb(250,136,64); }
td.TdClassName
{
border-color: #FA8840;
}
.TagClassName
{
border-color: #FA8840;
}
</style>