Shades of Sunglow #FACA34
Tints of Sunglow #FACA34
RGB
CMYK
RGB Variations
Color information
#FACA34 (or 0xFACA34) is known color: Sunglow. HEX triplet: FA, CA and 34. RGB value is (250,202,52). Sum of RGB (Red+Green+Blue) = 250+202+52=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 52 (20.70% from 255 or 10.32% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACA34 is #0535CB. Grayscale: #C7C7C7. Windows color (decimal): -341452 or 3459834. OLE color: 3459834.
HSL color Cylindrical-coordinate representation of color #FACA34: hue angle of 45.45º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FACA34 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 52 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.02 |
| HSL | 45.45º | 0.95% | 0.59% | - |
| HSV(B) | 45.45º | 0.79% | 0.98% | - |
| XYZ | 61.16 | 62.81 | 12.15 | - |
| YUV | 199.25 | 44.9 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 52 | 0 | 0.19 | 0.79 | 0.02 | 45.45 | 0.95 | 0.59 |
| Hex | FA | CA | 34 | 0 | 13 | 4F | 2 | 2D | 5F | 3B |
| Octal | 372 | 312 | 64 | 0 | 23 | 117 | 2 | 55 | 137 | 73 |
| Binary | 11111010 | 11001010 | 110100 | 0 | 10011 | 1001111 | 10 | 101101 | 1011111 | 111011 |
Color Harmonies of #FACA34
Complementary color
Monochromatic Colors of #FACA34
Black with #FACA34
Text Example
Text Example
White with #FACA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA34; }
p { color: rgb(250,202,52); }
H1.HeaderClassName
{
color: #FACA34;
}
.AnyTagClassName
{
color: #FACA34;
}
</style>
background-color css
<style>
a { background-color: #FACA34; }
a { background-color: rgb(250,202,52); }
div.DivClassName
{
background-color: #FACA34;
}
.BgClassName
{
background-color: #FACA34;
}
</style>
border-color css
<style>
span { border-color: #FACA34; }
span { border-color: rgb(250,202,52); }
td.TdClassName
{
border-color: #FACA34;
}
.TagClassName
{
border-color: #FACA34;
}
</style>