Shades of Sunglow #FFCA41
Tints of Sunglow #FFCA41
RGB
CMYK
RGB Variations
Color information
#FFCA41 (or 0xFFCA41) is known color: Sunglow. HEX triplet: FF, CA and 41. RGB value is (255,202,65). Sum of RGB (Red+Green+Blue) = 255+202+65=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 65 (25.78% from 255 or 12.45% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCA41 is #0035BE. Grayscale: #CACACA. Windows color (decimal): -13759 or 4311807. OLE color: 4311807.
HSL color Cylindrical-coordinate representation of color #FFCA41: hue angle of 43.26º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFCA41 is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 65 | - |
| CMYK | 0 | 0.21 | 0.75 | 0 |
| HSL | 43.26º | 1% | 0.63% | - |
| HSV(B) | 43.26º | 0.75% | 1% | - |
| XYZ | 63.31 | 63.88 | 13.99 | - |
| YUV | 202.23 | 50.56 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 65 | 0 | 0.21 | 0.75 | 0 | 43.26 | 1 | 0.63 |
| Hex | FF | CA | 41 | 0 | 15 | 4B | 0 | 2B | 64 | 3F |
| Octal | 377 | 312 | 101 | 0 | 25 | 113 | 0 | 53 | 144 | 77 |
| Binary | 11111111 | 11001010 | 1000001 | 0 | 10101 | 1001011 | 0 | 101011 | 1100100 | 111111 |
Color Harmonies of #FFCA41
Complementary color
Monochromatic Colors of #FFCA41
Black with #FFCA41
Text Example
Text Example
White with #FFCA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA41; }
p { color: rgb(255,202,65); }
H1.HeaderClassName
{
color: #FFCA41;
}
.AnyTagClassName
{
color: #FFCA41;
}
</style>
background-color css
<style>
a { background-color: #FFCA41; }
a { background-color: rgb(255,202,65); }
div.DivClassName
{
background-color: #FFCA41;
}
.BgClassName
{
background-color: #FFCA41;
}
</style>
border-color css
<style>
span { border-color: #FFCA41; }
span { border-color: rgb(255,202,65); }
td.TdClassName
{
border-color: #FFCA41;
}
.TagClassName
{
border-color: #FFCA41;
}
</style>