Html Css Color HEX #FADD5E Dandelion

📋 copy color: '#FADD5E'

red 250 ◦ green 221 ◦ blue 94

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

Shades of Dandelion #FADD5E

Tints of Dandelion #FADD5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 16.64%

R = 44.25%
G = 39.12%
B = 16.64%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FADD5E (or 0xFADD5E) is known color: Dandelion. HEX triplet: FA, DD and 5E. RGB value is (250,221,94). Sum of RGB (Red+Green+Blue) = 250+221+94=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 94 (37.11% from 255 or 16.64% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADD5E is #0522A1. Grayscale: #D7D7D7. Windows color (decimal): -336546 or 6217210. OLE color: 6217210.

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

Color convert

RGB 250 221 94 -
CMYK 0 0.12 0.62 0.02
HSL 48.85º 0.94% 0.67% -
HSV(B) 48.85º 0.62% 0.98% -
XYZ 67.3 72.85 21.1 -
YUV 215.19 59.61 152.83 -
System Red Green Blue C M Y K H S L
Decimal 250 221 94 0 0.12 0.62 0.02 48.85 0.94 0.67
Hex FA DD 5E 0 C 3E 2 31 5E 43
Octal 372 335 136 0 14 76 2 61 136 103
Binary 11111010 11011101 1011110 0 1100 111110 10 110001 1011110 1000011

Color Harmonies of #FADD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADD5E

Black with #FADD5E

Text Example


Text Example

White with #FADD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADD5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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