Html Css Color HEX #FADD60 Dandelion

📋 copy color: '#FADD60'

red 250 ◦ green 221 ◦ blue 96

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

Shades of Dandelion #FADD60

Tints of Dandelion #FADD60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 16.93%

R = 44.09%
G = 38.98%
B = 16.93%

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

#FADD60 (or 0xFADD60) is known color: Dandelion. HEX triplet: FA, DD and 60. RGB value is (250,221,96). Sum of RGB (Red+Green+Blue) = 250+221+96=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 96 (37.89% from 255 or 16.93% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADD60 is #05229F. Grayscale: #D7D7D7. Windows color (decimal): -336544 or 6348282. OLE color: 6348282.

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

Color convert

RGB 250 221 96 -
CMYK 0 0.12 0.62 0.02
HSL 48.7º 0.94% 0.68% -
HSV(B) 48.7º 0.62% 0.98% -
XYZ 67.39 72.88 21.58 -
YUV 215.42 60.61 152.66 -
System Red Green Blue C M Y K H S L
Decimal 250 221 96 0 0.12 0.62 0.02 48.7 0.94 0.68
Hex FA DD 60 0 C 3E 2 31 5E 44
Octal 372 335 140 0 14 76 2 61 136 104
Binary 11111010 11011101 1100000 0 1100 111110 10 110001 1011110 1000100

Color Harmonies of #FADD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADD60

Black with #FADD60

Text Example


Text Example

White with #FADD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADD60; }

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

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

background-color css

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

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

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

border-color css

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

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

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