Shades of Sunglow #FFCA37
Tints of Sunglow #FFCA37
RGB
CMYK
RGB Variations
Color information
#FFCA37 (or 0xFFCA37) is known color: Sunglow. HEX triplet: FF, CA and 37. RGB value is (255,202,55). Sum of RGB (Red+Green+Blue) = 255+202+55=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 202 (79.30% from 255 or 39.45% from 512); Blue value is 55 (21.88% from 255 or 10.74% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCA37 is #0035C8. Grayscale: #C9C9C9. Windows color (decimal): -13769 or 3656447. OLE color: 3656447.
HSL color Cylindrical-coordinate representation of color #FFCA37: hue angle of 44.1º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FFCA37 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 55 | - |
| CMYK | 0 | 0.21 | 0.78 | 0 |
| HSL | 44.1º | 1% | 0.61% | - |
| HSV(B) | 44.1º | 0.78% | 1% | - |
| XYZ | 63.05 | 63.78 | 12.6 | - |
| YUV | 201.09 | 45.56 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 55 | 0 | 0.21 | 0.78 | 0 | 44.1 | 1 | 0.61 |
| Hex | FF | CA | 37 | 0 | 15 | 4E | 0 | 2C | 64 | 3D |
| Octal | 377 | 312 | 67 | 0 | 25 | 116 | 0 | 54 | 144 | 75 |
| Binary | 11111111 | 11001010 | 110111 | 0 | 10101 | 1001110 | 0 | 101100 | 1100100 | 111101 |
Color Harmonies of #FFCA37
Complementary color
Monochromatic Colors of #FFCA37
Black with #FFCA37
Text Example
Text Example
White with #FFCA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA37; }
p { color: rgb(255,202,55); }
H1.HeaderClassName
{
color: #FFCA37;
}
.AnyTagClassName
{
color: #FFCA37;
}
</style>
background-color css
<style>
a { background-color: #FFCA37; }
a { background-color: rgb(255,202,55); }
div.DivClassName
{
background-color: #FFCA37;
}
.BgClassName
{
background-color: #FFCA37;
}
</style>
border-color css
<style>
span { border-color: #FFCA37; }
span { border-color: rgb(255,202,55); }
td.TdClassName
{
border-color: #FFCA37;
}
.TagClassName
{
border-color: #FFCA37;
}
</style>