Shades of Sunglow #FACA31
Tints of Sunglow #FACA31
RGB
CMYK
RGB Variations
Color information
#FACA31 (or 0xFACA31) is known color: Sunglow. HEX triplet: FA, CA and 31. RGB value is (250,202,49). Sum of RGB (Red+Green+Blue) = 250+202+49=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 49 (19.53% from 255 or 9.78% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACA31 is #0535CE. Grayscale: #C7C7C7. Windows color (decimal): -341455 or 3263226. OLE color: 3263226.
HSL color Cylindrical-coordinate representation of color #FACA31: hue angle of 45.67º 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 #FACA31 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 49 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.02 |
| HSL | 45.67º | 0.95% | 0.59% | - |
| HSV(B) | 45.67º | 0.8% | 0.98% | - |
| XYZ | 61.1 | 62.79 | 11.8 | - |
| YUV | 198.91 | 43.4 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 49 | 0 | 0.19 | 0.80 | 0.02 | 45.67 | 0.95 | 0.59 |
| Hex | FA | CA | 31 | 0 | 13 | 50 | 2 | 2E | 5F | 3B |
| Octal | 372 | 312 | 61 | 0 | 23 | 120 | 2 | 56 | 137 | 73 |
| Binary | 11111010 | 11001010 | 110001 | 0 | 10011 | 1010000 | 10 | 101110 | 1011111 | 111011 |
Color Harmonies of #FACA31
Complementary color
Monochromatic Colors of #FACA31
Black with #FACA31
Text Example
Text Example
White with #FACA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA31; }
p { color: rgb(250,202,49); }
H1.HeaderClassName
{
color: #FACA31;
}
.AnyTagClassName
{
color: #FACA31;
}
</style>
background-color css
<style>
a { background-color: #FACA31; }
a { background-color: rgb(250,202,49); }
div.DivClassName
{
background-color: #FACA31;
}
.BgClassName
{
background-color: #FACA31;
}
</style>
border-color css
<style>
span { border-color: #FACA31; }
span { border-color: rgb(250,202,49); }
td.TdClassName
{
border-color: #FACA31;
}
.TagClassName
{
border-color: #FACA31;
}
</style>