Shades of Sunglow #FACD33
Tints of Sunglow #FACD33
RGB
CMYK
RGB Variations
Color information
#FACD33 (or 0xFACD33) is known color: Sunglow. HEX triplet: FA, CD and 33. RGB value is (250,205,51). Sum of RGB (Red+Green+Blue) = 250+205+51=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 51 (20.31% from 255 or 10.08% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACD33 is #0532CC. Grayscale: #C9C9C9. Windows color (decimal): -340685 or 3395066. OLE color: 3395066.
HSL color Cylindrical-coordinate representation of color #FACD33: hue angle of 46.43º 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 #FACD33 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 51 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.02 |
| HSL | 46.43º | 0.95% | 0.59% | - |
| HSV(B) | 46.43º | 0.8% | 0.98% | - |
| XYZ | 61.85 | 64.23 | 12.27 | - |
| YUV | 200.9 | 43.41 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 51 | 0 | 0.18 | 0.80 | 0.02 | 46.43 | 0.95 | 0.59 |
| Hex | FA | CD | 33 | 0 | 12 | 50 | 2 | 2E | 5F | 3B |
| Octal | 372 | 315 | 63 | 0 | 22 | 120 | 2 | 56 | 137 | 73 |
| Binary | 11111010 | 11001101 | 110011 | 0 | 10010 | 1010000 | 10 | 101110 | 1011111 | 111011 |
Color Harmonies of #FACD33
Complementary color
Monochromatic Colors of #FACD33
Black with #FACD33
Text Example
Text Example
White with #FACD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACD33; }
p { color: rgb(250,205,51); }
H1.HeaderClassName
{
color: #FACD33;
}
.AnyTagClassName
{
color: #FACD33;
}
</style>
background-color css
<style>
a { background-color: #FACD33; }
a { background-color: rgb(250,205,51); }
div.DivClassName
{
background-color: #FACD33;
}
.BgClassName
{
background-color: #FACD33;
}
</style>
border-color css
<style>
span { border-color: #FACD33; }
span { border-color: rgb(250,205,51); }
td.TdClassName
{
border-color: #FACD33;
}
.TagClassName
{
border-color: #FACD33;
}
</style>