Shades of Sunglow #FFCA31
Tints of Sunglow #FFCA31
RGB
CMYK
RGB Variations
Color information
#FFCA31 (or 0xFFCA31) is known color: Sunglow. HEX triplet: FF, CA and 31. RGB value is (255,202,49). Sum of RGB (Red+Green+Blue) = 255+202+49=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 49 (19.53% from 255 or 9.68% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCA31 is #0035CE. Grayscale: #C9C9C9. Windows color (decimal): -13775 or 3263231. OLE color: 3263231.
HSL color Cylindrical-coordinate representation of color #FFCA31: hue angle of 44.56º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFCA31 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 49 | - |
| CMYK | 0 | 0.21 | 0.81 | 0 |
| HSL | 44.56º | 1% | 0.6% | - |
| HSV(B) | 44.56º | 0.81% | 1% | - |
| XYZ | 62.91 | 63.72 | 11.89 | - |
| YUV | 200.41 | 42.56 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 49 | 0 | 0.21 | 0.81 | 0 | 44.56 | 1 | 0.6 |
| Hex | FF | CA | 31 | 0 | 15 | 51 | 0 | 2D | 64 | 3C |
| Octal | 377 | 312 | 61 | 0 | 25 | 121 | 0 | 55 | 144 | 74 |
| Binary | 11111111 | 11001010 | 110001 | 0 | 10101 | 1010001 | 0 | 101101 | 1100100 | 111100 |
Color Harmonies of #FFCA31
Complementary color
Monochromatic Colors of #FFCA31
Black with #FFCA31
Text Example
Text Example
White with #FFCA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA31; }
p { color: rgb(255,202,49); }
H1.HeaderClassName
{
color: #FFCA31;
}
.AnyTagClassName
{
color: #FFCA31;
}
</style>
background-color css
<style>
a { background-color: #FFCA31; }
a { background-color: rgb(255,202,49); }
div.DivClassName
{
background-color: #FFCA31;
}
.BgClassName
{
background-color: #FFCA31;
}
</style>
border-color css
<style>
span { border-color: #FFCA31; }
span { border-color: rgb(255,202,49); }
td.TdClassName
{
border-color: #FFCA31;
}
.TagClassName
{
border-color: #FFCA31;
}
</style>