Shades of Sunglow #FFCA2D
Tints of Sunglow #FFCA2D
RGB
CMYK
RGB Variations
Color information
#FFCA2D (or 0xFFCA2D) is known color: Sunglow. HEX triplet: FF, CA and 2D. RGB value is (255,202,45). Sum of RGB (Red+Green+Blue) = 255+202+45=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 45 (17.97% from 255 or 8.96% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCA2D is #0035D2. Grayscale: #C8C8C8. Windows color (decimal): -13779 or 3001087. OLE color: 3001087.
HSL color Cylindrical-coordinate representation of color #FFCA2D: hue angle of 44.86º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFCA2D is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 45 | - |
| CMYK | 0 | 0.21 | 0.82 | 0 |
| HSL | 44.86º | 1% | 0.59% | - |
| HSV(B) | 44.86º | 0.82% | 1% | - |
| XYZ | 62.83 | 63.69 | 11.46 | - |
| YUV | 199.95 | 40.56 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 45 | 0 | 0.21 | 0.82 | 0 | 44.86 | 1 | 0.59 |
| Hex | FF | CA | 2D | 0 | 15 | 52 | 0 | 2D | 64 | 3B |
| Octal | 377 | 312 | 55 | 0 | 25 | 122 | 0 | 55 | 144 | 73 |
| Binary | 11111111 | 11001010 | 101101 | 0 | 10101 | 1010010 | 0 | 101101 | 1100100 | 111011 |
Color Harmonies of #FFCA2D
Complementary color
Monochromatic Colors of #FFCA2D
Black with #FFCA2D
Text Example
Text Example
White with #FFCA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA2D; }
p { color: rgb(255,202,45); }
H1.HeaderClassName
{
color: #FFCA2D;
}
.AnyTagClassName
{
color: #FFCA2D;
}
</style>
background-color css
<style>
a { background-color: #FFCA2D; }
a { background-color: rgb(255,202,45); }
div.DivClassName
{
background-color: #FFCA2D;
}
.BgClassName
{
background-color: #FFCA2D;
}
</style>
border-color css
<style>
span { border-color: #FFCA2D; }
span { border-color: rgb(255,202,45); }
td.TdClassName
{
border-color: #FFCA2D;
}
.TagClassName
{
border-color: #FFCA2D;
}
</style>