Shades of Sunglow #FFCA32
Tints of Sunglow #FFCA32
RGB
CMYK
RGB Variations
Color information
#FFCA32 (or 0xFFCA32) is known color: Sunglow. HEX triplet: FF, CA and 32. RGB value is (255,202,50). Sum of RGB (Red+Green+Blue) = 255+202+50=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 50 (19.92% from 255 or 9.86% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCA32 is #0035CD. Grayscale: #C9C9C9. Windows color (decimal): -13774 or 3328767. OLE color: 3328767.
HSL color Cylindrical-coordinate representation of color #FFCA32: hue angle of 44.49º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFCA32 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 50 | - |
| CMYK | 0 | 0.21 | 0.80 | 0 |
| HSL | 44.49º | 1% | 0.6% | - |
| HSV(B) | 44.49º | 0.8% | 1% | - |
| XYZ | 62.94 | 63.73 | 12 | - |
| YUV | 200.52 | 43.06 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 50 | 0 | 0.21 | 0.80 | 0 | 44.49 | 1 | 0.6 |
| Hex | FF | CA | 32 | 0 | 15 | 50 | 0 | 2C | 64 | 3C |
| Octal | 377 | 312 | 62 | 0 | 25 | 120 | 0 | 54 | 144 | 74 |
| Binary | 11111111 | 11001010 | 110010 | 0 | 10101 | 1010000 | 0 | 101100 | 1100100 | 111100 |
Color Harmonies of #FFCA32
Complementary color
Monochromatic Colors of #FFCA32
Black with #FFCA32
Text Example
Text Example
White with #FFCA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA32; }
p { color: rgb(255,202,50); }
H1.HeaderClassName
{
color: #FFCA32;
}
.AnyTagClassName
{
color: #FFCA32;
}
</style>
background-color css
<style>
a { background-color: #FFCA32; }
a { background-color: rgb(255,202,50); }
div.DivClassName
{
background-color: #FFCA32;
}
.BgClassName
{
background-color: #FFCA32;
}
</style>
border-color css
<style>
span { border-color: #FFCA32; }
span { border-color: rgb(255,202,50); }
td.TdClassName
{
border-color: #FFCA32;
}
.TagClassName
{
border-color: #FFCA32;
}
</style>