Html Css Color HEX #FAD565 Dandelion

📋 copy color: '#FAD565'

red 250 ◦ green 213 ◦ blue 101

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

Shades of Dandelion #FAD565

Tints of Dandelion #FAD565

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.77%

 BLUE value IS 101 (39.84% from 255) = 17.91%

R = 44.33%
G = 37.77%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FAD565 (or 0xFAD565) is known color: Dandelion. HEX triplet: FA, D5 and 65. RGB value is (250,213,101). Sum of RGB (Red+Green+Blue) = 250+213+101=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 213 (83.59% from 255 or 37.77% from 564); Blue value is 101 (39.84% from 255 or 17.91% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD565 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD565 is #052A9A. Grayscale: #D3D3D3. Windows color (decimal): -338587 or 6673914. OLE color: 6673914.

HSL color Cylindrical-coordinate representation of color #FAD565: hue angle of 45.1º 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 #FAD565 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 213 101 -
CMYK 0 0.15 0.60 0.02
HSL 45.1º 0.94% 0.69% -
HSV(B) 45.1º 0.6% 0.98% -
XYZ 65.57 68.85 22.15 -
YUV 211.3 65.76 155.61 -
System Red Green Blue C M Y K H S L
Decimal 250 213 101 0 0.15 0.60 0.02 45.1 0.94 0.69
Hex FA D5 65 0 F 3C 2 2D 5E 45
Octal 372 325 145 0 17 74 2 55 136 105
Binary 11111010 11010101 1100101 0 1111 111100 10 101101 1011110 1000101

Color Harmonies of #FAD565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD565

Black with #FAD565

Text Example


Text Example

White with #FAD565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD565; }

 p { color: rgb(250,213,101); }

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

background-color css

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

 a { background-color: rgb(250,213,101); }

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

border-color css

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

 span { border-color: rgb(250,213,101); }

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