Shades of Sunglow #FACA36
Tints of Sunglow #FACA36
RGB
CMYK
RGB Variations
Color information
#FACA36 (or 0xFACA36) is known color: Sunglow. HEX triplet: FA, CA and 36. RGB value is (250,202,54). Sum of RGB (Red+Green+Blue) = 250+202+54=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 54 (21.48% from 255 or 10.67% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACA36 is #0535C9. Grayscale: #C8C8C8. Windows color (decimal): -341450 or 3590906. OLE color: 3590906.
HSL color Cylindrical-coordinate representation of color #FACA36: hue angle of 45.31º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FACA36 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 54 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.02 |
| HSL | 45.31º | 0.95% | 0.6% | - |
| HSV(B) | 45.31º | 0.78% | 0.98% | - |
| XYZ | 61.21 | 62.83 | 12.39 | - |
| YUV | 199.48 | 45.9 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 54 | 0 | 0.19 | 0.78 | 0.02 | 45.31 | 0.95 | 0.6 |
| Hex | FA | CA | 36 | 0 | 13 | 4E | 2 | 2D | 5F | 3C |
| Octal | 372 | 312 | 66 | 0 | 23 | 116 | 2 | 55 | 137 | 74 |
| Binary | 11111010 | 11001010 | 110110 | 0 | 10011 | 1001110 | 10 | 101101 | 1011111 | 111100 |
Color Harmonies of #FACA36
Complementary color
Monochromatic Colors of #FACA36
Black with #FACA36
Text Example
Text Example
White with #FACA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA36; }
p { color: rgb(250,202,54); }
H1.HeaderClassName
{
color: #FACA36;
}
.AnyTagClassName
{
color: #FACA36;
}
</style>
background-color css
<style>
a { background-color: #FACA36; }
a { background-color: rgb(250,202,54); }
div.DivClassName
{
background-color: #FACA36;
}
.BgClassName
{
background-color: #FACA36;
}
</style>
border-color css
<style>
span { border-color: #FACA36; }
span { border-color: rgb(250,202,54); }
td.TdClassName
{
border-color: #FACA36;
}
.TagClassName
{
border-color: #FACA36;
}
</style>