Shades of Dandelion #FAD467
Tints of Dandelion #FAD467
RGB
CMYK
RGB Variations
Color information
#FAD467 (or 0xFAD467) is known color: Dandelion. HEX triplet: FA, D4 and 67. RGB value is (250,212,103). Sum of RGB (Red+Green+Blue) = 250+212+103=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 212 (83.20% from 255 or 37.52% from 565); Blue value is 103 (40.62% from 255 or 18.23% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD467 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD467 is #052B98. Grayscale: #D3D3D3. Windows color (decimal): -338841 or 6804730. OLE color: 6804730.
HSL color Cylindrical-coordinate representation of color #FAD467: hue angle of 44.49º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FAD467 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 212 | 103 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.02 |
| HSL | 44.49º | 0.94% | 0.69% | - |
| HSV(B) | 44.49º | 0.59% | 0.98% | - |
| XYZ | 65.42 | 68.39 | 22.58 | - |
| YUV | 210.94 | 67.09 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 212 | 103 | 0 | 0.15 | 0.59 | 0.02 | 44.49 | 0.94 | 0.69 |
| Hex | FA | D4 | 67 | 0 | F | 3B | 2 | 2C | 5E | 45 |
| Octal | 372 | 324 | 147 | 0 | 17 | 73 | 2 | 54 | 136 | 105 |
| Binary | 11111010 | 11010100 | 1100111 | 0 | 1111 | 111011 | 10 | 101100 | 1011110 | 1000101 |
Color Harmonies of #FAD467
Complementary color
Monochromatic Colors of #FAD467
Black with #FAD467
Text Example
Text Example
White with #FAD467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD467; }
p { color: rgb(250,212,103); }
H1.HeaderClassName
{
color: #FAD467;
}
.AnyTagClassName
{
color: #FAD467;
}
</style>
background-color css
<style>
a { background-color: #FAD467; }
a { background-color: rgb(250,212,103); }
div.DivClassName
{
background-color: #FAD467;
}
.BgClassName
{
background-color: #FAD467;
}
</style>
border-color css
<style>
span { border-color: #FAD467; }
span { border-color: rgb(250,212,103); }
td.TdClassName
{
border-color: #FAD467;
}
.TagClassName
{
border-color: #FAD467;
}
</style>