Shades of Sunglow #F9CA30
Tints of Sunglow #F9CA30
RGB
CMYK
RGB Variations
Color information
#F9CA30 (or 0xF9CA30) is known color: Sunglow. HEX triplet: F9, CA and 30. RGB value is (249,202,48). Sum of RGB (Red+Green+Blue) = 249+202+48=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 48 (19.14% from 255 or 9.62% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CA30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9CA30 is #0635CF. Grayscale: #C7C7C7. Windows color (decimal): -406992 or 3197689. OLE color: 3197689.
HSL color Cylindrical-coordinate representation of color #F9CA30: hue angle of 45.97º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F9CA30 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 202 | 48 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.02 |
| HSL | 45.97º | 0.94% | 0.58% | - |
| HSV(B) | 45.97º | 0.81% | 0.98% | - |
| XYZ | 60.72 | 62.59 | 11.68 | - |
| YUV | 198.5 | 43.07 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 202 | 48 | 0 | 0.19 | 0.81 | 0.02 | 45.97 | 0.94 | 0.58 |
| Hex | F9 | CA | 30 | 0 | 13 | 51 | 2 | 2E | 5E | 3A |
| Octal | 371 | 312 | 60 | 0 | 23 | 121 | 2 | 56 | 136 | 72 |
| Binary | 11111001 | 11001010 | 110000 | 0 | 10011 | 1010001 | 10 | 101110 | 1011110 | 111010 |
Color Harmonies of #F9CA30
Complementary color
Monochromatic Colors of #F9CA30
Black with #F9CA30
Text Example
Text Example
White with #F9CA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CA30; }
p { color: rgb(249,202,48); }
H1.HeaderClassName
{
color: #F9CA30;
}
.AnyTagClassName
{
color: #F9CA30;
}
</style>
background-color css
<style>
a { background-color: #F9CA30; }
a { background-color: rgb(249,202,48); }
div.DivClassName
{
background-color: #F9CA30;
}
.BgClassName
{
background-color: #F9CA30;
}
</style>
border-color css
<style>
span { border-color: #F9CA30; }
span { border-color: rgb(249,202,48); }
td.TdClassName
{
border-color: #F9CA30;
}
.TagClassName
{
border-color: #F9CA30;
}
</style>