Html Css Color HEX #FADC65 Dandelion

📋 copy color: '#FADC65'

red 250 ◦ green 220 ◦ blue 101

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

Shades of Dandelion #FADC65

Tints of Dandelion #FADC65

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.53%

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

R = 43.78%
G = 38.53%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FADC65 (or 0xFADC65) is known color: Dandelion. HEX triplet: FA, DC and 65. RGB value is (250,220,101). Sum of RGB (Red+Green+Blue) = 250+220+101=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 101 (39.84% from 255 or 17.69% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADC65 is #05239A. Grayscale: #D7D7D7. Windows color (decimal): -336795 or 6675706. OLE color: 6675706.

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

Color convert

RGB 250 220 101 -
CMYK 0 0.12 0.60 0.02
HSL 47.92º 0.94% 0.69% -
HSV(B) 47.92º 0.6% 0.98% -
XYZ 67.37 72.45 22.75 -
YUV 215.4 63.44 152.68 -
System Red Green Blue C M Y K H S L
Decimal 250 220 101 0 0.12 0.60 0.02 47.92 0.94 0.69
Hex FA DC 65 0 C 3C 2 30 5E 45
Octal 372 334 145 0 14 74 2 60 136 105
Binary 11111010 11011100 1100101 0 1100 111100 10 110000 1011110 1000101

Color Harmonies of #FADC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC65

Black with #FADC65

Text Example


Text Example

White with #FADC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC65; }

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

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

background-color css

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

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

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

border-color css

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

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

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