Shades of Sunglow #FACC34
Tints of Sunglow #FACC34
RGB
CMYK
RGB Variations
Color information
#FACC34 (or 0xFACC34) is known color: Sunglow. HEX triplet: FA, CC and 34. RGB value is (250,204,52). Sum of RGB (Red+Green+Blue) = 250+204+52=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 52 (20.70% from 255 or 10.28% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACC34 is #0533CB. Grayscale: #C9C9C9. Windows color (decimal): -340940 or 3460346. OLE color: 3460346.
HSL color Cylindrical-coordinate representation of color #FACC34: hue angle of 46.06º 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 #FACC34 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 204 | 52 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.02 |
| HSL | 46.06º | 0.95% | 0.59% | - |
| HSV(B) | 46.06º | 0.79% | 0.98% | - |
| XYZ | 61.64 | 63.76 | 12.31 | - |
| YUV | 200.43 | 44.24 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 52 | 0 | 0.18 | 0.79 | 0.02 | 46.06 | 0.95 | 0.59 |
| Hex | FA | CC | 34 | 0 | 12 | 4F | 2 | 2E | 5F | 3B |
| Octal | 372 | 314 | 64 | 0 | 22 | 117 | 2 | 56 | 137 | 73 |
| Binary | 11111010 | 11001100 | 110100 | 0 | 10010 | 1001111 | 10 | 101110 | 1011111 | 111011 |
Color Harmonies of #FACC34
Complementary color
Monochromatic Colors of #FACC34
Black with #FACC34
Text Example
Text Example
White with #FACC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACC34; }
p { color: rgb(250,204,52); }
H1.HeaderClassName
{
color: #FACC34;
}
.AnyTagClassName
{
color: #FACC34;
}
</style>
background-color css
<style>
a { background-color: #FACC34; }
a { background-color: rgb(250,204,52); }
div.DivClassName
{
background-color: #FACC34;
}
.BgClassName
{
background-color: #FACC34;
}
</style>
border-color css
<style>
span { border-color: #FACC34; }
span { border-color: rgb(250,204,52); }
td.TdClassName
{
border-color: #FACC34;
}
.TagClassName
{
border-color: #FACC34;
}
</style>