Shades of Sunglow #FFCA3C
Tints of Sunglow #FFCA3C
RGB
CMYK
RGB Variations
Color information
#FFCA3C (or 0xFFCA3C) is known color: Sunglow. HEX triplet: FF, CA and 3C. RGB value is (255,202,60). Sum of RGB (Red+Green+Blue) = 255+202+60=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 60 (23.83% from 255 or 11.61% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCA3C is #0035C3. Grayscale: #CACACA. Windows color (decimal): -13764 or 3984127. OLE color: 3984127.
HSL color Cylindrical-coordinate representation of color #FFCA3C: hue angle of 43.69º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFCA3C is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 60 | - |
| CMYK | 0 | 0.21 | 0.76 | 0 |
| HSL | 43.69º | 1% | 0.62% | - |
| HSV(B) | 43.69º | 0.76% | 1% | - |
| XYZ | 63.18 | 63.83 | 13.27 | - |
| YUV | 201.66 | 48.06 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 60 | 0 | 0.21 | 0.76 | 0 | 43.69 | 1 | 0.62 |
| Hex | FF | CA | 3C | 0 | 15 | 4C | 0 | 2C | 64 | 3E |
| Octal | 377 | 312 | 74 | 0 | 25 | 114 | 0 | 54 | 144 | 76 |
| Binary | 11111111 | 11001010 | 111100 | 0 | 10101 | 1001100 | 0 | 101100 | 1100100 | 111110 |
Color Harmonies of #FFCA3C
Complementary color
Monochromatic Colors of #FFCA3C
Black with #FFCA3C
Text Example
Text Example
White with #FFCA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA3C; }
p { color: rgb(255,202,60); }
H1.HeaderClassName
{
color: #FFCA3C;
}
.AnyTagClassName
{
color: #FFCA3C;
}
</style>
background-color css
<style>
a { background-color: #FFCA3C; }
a { background-color: rgb(255,202,60); }
div.DivClassName
{
background-color: #FFCA3C;
}
.BgClassName
{
background-color: #FFCA3C;
}
</style>
border-color css
<style>
span { border-color: #FFCA3C; }
span { border-color: rgb(255,202,60); }
td.TdClassName
{
border-color: #FFCA3C;
}
.TagClassName
{
border-color: #FFCA3C;
}
</style>