Html Css Color HEX #FAD464 Dandelion

📋 copy color: '#FAD464'

red 250 ◦ green 212 ◦ blue 100

#FAD464
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dandelion #FAD464

Tints of Dandelion #FAD464

RGB

 RED value IS 250 (98.05% from 255) = 44.48%

 GREEN value IS 212 (83.2% from 255) = 37.72%

 BLUE value IS 100 (39.45% from 255) = 17.79%

R = 44.48%
G = 37.72%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.6

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FAD464 (or 0xFAD464) is known color: Dandelion. HEX triplet: FA, D4 and 64. RGB value is (250,212,100). Sum of RGB (Red+Green+Blue) = 250+212+100=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 212 (83.20% from 255 or 37.72% from 562); Blue value is 100 (39.45% from 255 or 17.79% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD464 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD464 is #052B9B. Grayscale: #D3D3D3. Windows color (decimal): -338844 or 6608122. OLE color: 6608122.

HSL color Cylindrical-coordinate representation of color #FAD464: hue angle of 44.8º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FAD464 is Cyan = 0, Magento = 0.15, Yellow = 0.6 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 212 100 -
CMYK 0 0.15 0.6 0.02
HSL 44.8º 0.94% 0.69% -
HSV(B) 44.8º 0.6% 0.98% -
XYZ 65.27 68.33 21.81 -
YUV 210.59 65.59 156.11 -
System Red Green Blue C M Y K H S L
Decimal 250 212 100 0 0.15 0.6 0.02 44.8 0.94 0.69
Hex FA D4 64 0 F 3C 2 2D 5E 45
Octal 372 324 144 0 17 74 2 55 136 105
Binary 11111010 11010100 1100100 0 1111 111100 10 101101 1011110 1000101

Color Harmonies of #FAD464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD464

Black with #FAD464

Text Example


Text Example

White with #FAD464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD464; }

 p { color: rgb(250,212,100); }

 H1.HeaderClassName
 {
   color: #FAD464;
 }
 .AnyTagClassName
 {
   color: #FAD464;
 }
</style>

background-color css

<style>
 a { background-color: #FAD464; }

 a { background-color: rgb(250,212,100); }

 div.DivClassName
 {
   background-color: #FAD464;
 }
 .BgClassName
 {
   background-color: #FAD464;
 }
</style>

border-color css

<style>
 span { border-color: #FAD464; }

 span { border-color: rgb(250,212,100); }

 td.TdClassName
 {
   border-color: #FAD464;
 }
 .TagClassName
 {
   border-color: #FAD464;
 }
</style>