Shades of Sunglow #FFCA3E
Tints of Sunglow #FFCA3E
RGB
CMYK
RGB Variations
Color information
#FFCA3E (or 0xFFCA3E) is known color: Sunglow. HEX triplet: FF, CA and 3E. RGB value is (255,202,62). Sum of RGB (Red+Green+Blue) = 255+202+62=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 62 (24.61% from 255 or 11.95% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCA3E is #0035C1. Grayscale: #CACACA. Windows color (decimal): -13762 or 4115199. OLE color: 4115199.
HSL color Cylindrical-coordinate representation of color #FFCA3E: hue angle of 43.52º 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 #FFCA3E is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 62 | - |
| CMYK | 0 | 0.21 | 0.76 | 0 |
| HSL | 43.52º | 1% | 0.62% | - |
| HSV(B) | 43.52º | 0.76% | 1% | - |
| XYZ | 63.23 | 63.85 | 13.55 | - |
| YUV | 201.89 | 49.06 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 62 | 0 | 0.21 | 0.76 | 0 | 43.52 | 1 | 0.62 |
| Hex | FF | CA | 3E | 0 | 15 | 4C | 0 | 2C | 64 | 3E |
| Octal | 377 | 312 | 76 | 0 | 25 | 114 | 0 | 54 | 144 | 76 |
| Binary | 11111111 | 11001010 | 111110 | 0 | 10101 | 1001100 | 0 | 101100 | 1100100 | 111110 |
Color Harmonies of #FFCA3E
Complementary color
Monochromatic Colors of #FFCA3E
Black with #FFCA3E
Text Example
Text Example
White with #FFCA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA3E; }
p { color: rgb(255,202,62); }
H1.HeaderClassName
{
color: #FFCA3E;
}
.AnyTagClassName
{
color: #FFCA3E;
}
</style>
background-color css
<style>
a { background-color: #FFCA3E; }
a { background-color: rgb(255,202,62); }
div.DivClassName
{
background-color: #FFCA3E;
}
.BgClassName
{
background-color: #FFCA3E;
}
</style>
border-color css
<style>
span { border-color: #FFCA3E; }
span { border-color: rgb(255,202,62); }
td.TdClassName
{
border-color: #FFCA3E;
}
.TagClassName
{
border-color: #FFCA3E;
}
</style>