Html Css Color HEX #FADE66 Dandelion

📋 copy color: '#FADE66'

red 250 ◦ green 222 ◦ blue 102

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

Shades of Dandelion #FADE66

Tints of Dandelion #FADE66

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.68%

 BLUE value IS 102 (40.23% from 255) = 17.77%

R = 43.55%
G = 38.68%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FADE66 (or 0xFADE66) is known color: Dandelion. HEX triplet: FA, DE and 66. RGB value is (250,222,102). Sum of RGB (Red+Green+Blue) = 250+222+102=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 222 (87.11% from 255 or 38.68% from 574); Blue value is 102 (40.23% from 255 or 17.77% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADE66 is #052199. Grayscale: #D9D9D9. Windows color (decimal): -336282 or 6741754. OLE color: 6741754.

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

Color convert

RGB 250 222 102 -
CMYK 0 0.11 0.59 0.02
HSL 48.65º 0.94% 0.69% -
HSV(B) 48.65º 0.59% 0.98% -
XYZ 67.94 73.53 23.18 -
YUV 216.69 63.28 151.76 -
System Red Green Blue C M Y K H S L
Decimal 250 222 102 0 0.11 0.59 0.02 48.65 0.94 0.69
Hex FA DE 66 0 B 3B 2 31 5E 45
Octal 372 336 146 0 13 73 2 61 136 105
Binary 11111010 11011110 1100110 0 1011 111011 10 110001 1011110 1000101

Color Harmonies of #FADE66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADE66

Black with #FADE66

Text Example


Text Example

White with #FADE66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADE66; }

 p { color: rgb(250,222,102); }

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

background-color css

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

 a { background-color: rgb(250,222,102); }

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

border-color css

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

 span { border-color: rgb(250,222,102); }

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