Shades of Sunglow #FFCA3B
Tints of Sunglow #FFCA3B
RGB
CMYK
RGB Variations
Color information
#FFCA3B (or 0xFFCA3B) is known color: Sunglow. HEX triplet: FF, CA and 3B. RGB value is (255,202,59). Sum of RGB (Red+Green+Blue) = 255+202+59=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 59 (23.44% from 255 or 11.43% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCA3B is #0035C4. Grayscale: #CACACA. Windows color (decimal): -13765 or 3918591. OLE color: 3918591.
HSL color Cylindrical-coordinate representation of color #FFCA3B: hue angle of 43.78º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFCA3B is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 59 | - |
| CMYK | 0 | 0.21 | 0.77 | 0 |
| HSL | 43.78º | 1% | 0.62% | - |
| HSV(B) | 43.78º | 0.77% | 1% | - |
| XYZ | 63.15 | 63.82 | 13.13 | - |
| YUV | 201.55 | 47.56 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 59 | 0 | 0.21 | 0.77 | 0 | 43.78 | 1 | 0.62 |
| Hex | FF | CA | 3B | 0 | 15 | 4D | 0 | 2C | 64 | 3E |
| Octal | 377 | 312 | 73 | 0 | 25 | 115 | 0 | 54 | 144 | 76 |
| Binary | 11111111 | 11001010 | 111011 | 0 | 10101 | 1001101 | 0 | 101100 | 1100100 | 111110 |
Color Harmonies of #FFCA3B
Complementary color
Monochromatic Colors of #FFCA3B
Black with #FFCA3B
Text Example
Text Example
White with #FFCA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA3B; }
p { color: rgb(255,202,59); }
H1.HeaderClassName
{
color: #FFCA3B;
}
.AnyTagClassName
{
color: #FFCA3B;
}
</style>
background-color css
<style>
a { background-color: #FFCA3B; }
a { background-color: rgb(255,202,59); }
div.DivClassName
{
background-color: #FFCA3B;
}
.BgClassName
{
background-color: #FFCA3B;
}
</style>
border-color css
<style>
span { border-color: #FFCA3B; }
span { border-color: rgb(255,202,59); }
td.TdClassName
{
border-color: #FFCA3B;
}
.TagClassName
{
border-color: #FFCA3B;
}
</style>