Shades of Sunglow #FFCA2B
Tints of Sunglow #FFCA2B
RGB
CMYK
RGB Variations
Color information
#FFCA2B (or 0xFFCA2B) is known color: Sunglow. HEX triplet: FF, CA and 2B. RGB value is (255,202,43). Sum of RGB (Red+Green+Blue) = 255+202+43=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 43 (17.19% from 255 or 8.6% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCA2B is #0035D4. Grayscale: #C8C8C8. Windows color (decimal): -13781 or 2870015. OLE color: 2870015.
HSL color Cylindrical-coordinate representation of color #FFCA2B: hue angle of 45º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFCA2B is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 43 | - |
| CMYK | 0 | 0.21 | 0.83 | 0 |
| HSL | 45º | 1% | 0.58% | - |
| HSV(B) | 45º | 0.83% | 1% | - |
| XYZ | 62.8 | 63.68 | 11.27 | - |
| YUV | 199.72 | 39.56 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 43 | 0 | 0.21 | 0.83 | 0 | 45 | 1 | 0.58 |
| Hex | FF | CA | 2B | 0 | 15 | 53 | 0 | 2D | 64 | 3A |
| Octal | 377 | 312 | 53 | 0 | 25 | 123 | 0 | 55 | 144 | 72 |
| Binary | 11111111 | 11001010 | 101011 | 0 | 10101 | 1010011 | 0 | 101101 | 1100100 | 111010 |
Color Harmonies of #FFCA2B
Complementary color
Monochromatic Colors of #FFCA2B
Black with #FFCA2B
Text Example
Text Example
White with #FFCA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA2B; }
p { color: rgb(255,202,43); }
H1.HeaderClassName
{
color: #FFCA2B;
}
.AnyTagClassName
{
color: #FFCA2B;
}
</style>
background-color css
<style>
a { background-color: #FFCA2B; }
a { background-color: rgb(255,202,43); }
div.DivClassName
{
background-color: #FFCA2B;
}
.BgClassName
{
background-color: #FFCA2B;
}
</style>
border-color css
<style>
span { border-color: #FFCA2B; }
span { border-color: rgb(255,202,43); }
td.TdClassName
{
border-color: #FFCA2B;
}
.TagClassName
{
border-color: #FFCA2B;
}
</style>