Html Css Color HEX #FADD5D Dandelion

📋 copy color: '#FADD5D'

red 250 ◦ green 221 ◦ blue 93

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

Shades of Dandelion #FADD5D

Tints of Dandelion #FADD5D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.18%

 BLUE value IS 93 (36.72% from 255) = 16.49%

R = 44.33%
G = 39.18%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FADD5D (or 0xFADD5D) is known color: Dandelion. HEX triplet: FA, DD and 5D. RGB value is (250,221,93). Sum of RGB (Red+Green+Blue) = 250+221+93=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 93 (36.72% from 255 or 16.49% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADD5D is #0522A2. Grayscale: #D7D7D7. Windows color (decimal): -336547 or 6151674. OLE color: 6151674.

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

Color convert

RGB 250 221 93 -
CMYK 0 0.12 0.63 0.02
HSL 48.92º 0.94% 0.67% -
HSV(B) 48.92º 0.63% 0.98% -
XYZ 67.26 72.83 20.87 -
YUV 215.08 59.11 152.91 -
System Red Green Blue C M Y K H S L
Decimal 250 221 93 0 0.12 0.63 0.02 48.92 0.94 0.67
Hex FA DD 5D 0 C 3F 2 31 5E 43
Octal 372 335 135 0 14 77 2 61 136 103
Binary 11111010 11011101 1011101 0 1100 111111 10 110001 1011110 1000011

Color Harmonies of #FADD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADD5D

Black with #FADD5D

Text Example


Text Example

White with #FADD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADD5D; }

 p { color: rgb(250,221,93); }

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

background-color css

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

 a { background-color: rgb(250,221,93); }

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

border-color css

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

 span { border-color: rgb(250,221,93); }

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