Shades of Sun #FA903C
Tints of Sun #FA903C
RGB
CMYK
RGB Variations
Color information
#FA903C (or 0xFA903C) is known color: Sun. HEX triplet: FA, 90 and 3C. RGB value is (250,144,60). Sum of RGB (Red+Green+Blue) = 250+144+60=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 144 (56.64% from 255 or 31.72% from 454); Blue value is 60 (23.83% from 255 or 13.22% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FA903C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA903C is #056FC3. Grayscale: #A6A6A6. Windows color (decimal): -356292 or 3969274. OLE color: 3969274.
HSL color Cylindrical-coordinate representation of color #FA903C: hue angle of 26.53º 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 #FA903C is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 144 | 60 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.02 |
| HSL | 26.53º | 0.95% | 0.61% | - |
| HSV(B) | 26.53º | 0.76% | 0.98% | - |
| XYZ | 50.21 | 40.6 | 9.46 | - |
| YUV | 166.12 | 68.12 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 144 | 60 | 0 | 0.42 | 0.76 | 0.02 | 26.53 | 0.95 | 0.61 |
| Hex | FA | 90 | 3C | 0 | 2A | 4C | 2 | 1B | 5F | 3D |
| Octal | 372 | 220 | 74 | 0 | 52 | 114 | 2 | 33 | 137 | 75 |
| Binary | 11111010 | 10010000 | 111100 | 0 | 101010 | 1001100 | 10 | 11011 | 1011111 | 111101 |
Color Harmonies of #FA903C
Complementary color
Monochromatic Colors of #FA903C
Black with #FA903C
Text Example
Text Example
White with #FA903C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA903C; }
p { color: rgb(250,144,60); }
H1.HeaderClassName
{
color: #FA903C;
}
.AnyTagClassName
{
color: #FA903C;
}
</style>
background-color css
<style>
a { background-color: #FA903C; }
a { background-color: rgb(250,144,60); }
div.DivClassName
{
background-color: #FA903C;
}
.BgClassName
{
background-color: #FA903C;
}
</style>
border-color css
<style>
span { border-color: #FA903C; }
span { border-color: rgb(250,144,60); }
td.TdClassName
{
border-color: #FA903C;
}
.TagClassName
{
border-color: #FA903C;
}
</style>