Shades of Sunglow #FFCA38
Tints of Sunglow #FFCA38
RGB
CMYK
RGB Variations
Color information
#FFCA38 (or 0xFFCA38) is known color: Sunglow. HEX triplet: FF, CA and 38. RGB value is (255,202,56). Sum of RGB (Red+Green+Blue) = 255+202+56=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 56 (22.27% from 255 or 10.92% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCA38 is #0035C7. Grayscale: #C9C9C9. Windows color (decimal): -13768 or 3721983. OLE color: 3721983.
HSL color Cylindrical-coordinate representation of color #FFCA38: hue angle of 44.02º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FFCA38 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 56 | - |
| CMYK | 0 | 0.21 | 0.78 | 0 |
| HSL | 44.02º | 1% | 0.61% | - |
| HSV(B) | 44.02º | 0.78% | 1% | - |
| XYZ | 63.07 | 63.79 | 12.73 | - |
| YUV | 201.2 | 46.06 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 56 | 0 | 0.21 | 0.78 | 0 | 44.02 | 1 | 0.61 |
| Hex | FF | CA | 38 | 0 | 15 | 4E | 0 | 2C | 64 | 3D |
| Octal | 377 | 312 | 70 | 0 | 25 | 116 | 0 | 54 | 144 | 75 |
| Binary | 11111111 | 11001010 | 111000 | 0 | 10101 | 1001110 | 0 | 101100 | 1100100 | 111101 |
Color Harmonies of #FFCA38
Complementary color
Monochromatic Colors of #FFCA38
Black with #FFCA38
Text Example
Text Example
White with #FFCA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA38; }
p { color: rgb(255,202,56); }
H1.HeaderClassName
{
color: #FFCA38;
}
.AnyTagClassName
{
color: #FFCA38;
}
</style>
background-color css
<style>
a { background-color: #FFCA38; }
a { background-color: rgb(255,202,56); }
div.DivClassName
{
background-color: #FFCA38;
}
.BgClassName
{
background-color: #FFCA38;
}
</style>
border-color css
<style>
span { border-color: #FFCA38; }
span { border-color: rgb(255,202,56); }
td.TdClassName
{
border-color: #FFCA38;
}
.TagClassName
{
border-color: #FFCA38;
}
</style>