Shades of Dandelion #FFCA62
Tints of Dandelion #FFCA62
RGB
CMYK
RGB Variations
Color information
#FFCA62 (or 0xFFCA62) is known color: Dandelion. HEX triplet: FF, CA and 62. RGB value is (255,202,98). Sum of RGB (Red+Green+Blue) = 255+202+98=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 98 (38.67% from 255 or 17.66% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA62 is #00359D. Grayscale: #CECECE. Windows color (decimal): -13726 or 6474495. OLE color: 6474495.
HSL color Cylindrical-coordinate representation of color #FFCA62: hue angle of 39.75º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFCA62 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 98 | - |
| CMYK | 0 | 0.21 | 0.62 | 0 |
| HSL | 39.75º | 1% | 0.69% | - |
| HSV(B) | 39.75º | 0.62% | 1% | - |
| XYZ | 64.57 | 64.38 | 20.58 | - |
| YUV | 205.99 | 67.06 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 98 | 0 | 0.21 | 0.62 | 0 | 39.75 | 1 | 0.69 |
| Hex | FF | CA | 62 | 0 | 15 | 3E | 0 | 28 | 64 | 45 |
| Octal | 377 | 312 | 142 | 0 | 25 | 76 | 0 | 50 | 144 | 105 |
| Binary | 11111111 | 11001010 | 1100010 | 0 | 10101 | 111110 | 0 | 101000 | 1100100 | 1000101 |
Color Harmonies of #FFCA62
Complementary color
Monochromatic Colors of #FFCA62
Black with #FFCA62
Text Example
Text Example
White with #FFCA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA62; }
p { color: rgb(255,202,98); }
H1.HeaderClassName
{
color: #FFCA62;
}
.AnyTagClassName
{
color: #FFCA62;
}
</style>
background-color css
<style>
a { background-color: #FFCA62; }
a { background-color: rgb(255,202,98); }
div.DivClassName
{
background-color: #FFCA62;
}
.BgClassName
{
background-color: #FFCA62;
}
</style>
border-color css
<style>
span { border-color: #FFCA62; }
span { border-color: rgb(255,202,98); }
td.TdClassName
{
border-color: #FFCA62;
}
.TagClassName
{
border-color: #FFCA62;
}
</style>