Html Css Color HEX #FADC68 Dandelion

📋 copy color: '#FADC68'

red 250 ◦ green 220 ◦ blue 104

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

Shades of Dandelion #FADC68

Tints of Dandelion #FADC68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.12%

R = 43.55%
G = 38.33%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FADC68 (or 0xFADC68) is known color: Dandelion. HEX triplet: FA, DC and 68. RGB value is (250,220,104). Sum of RGB (Red+Green+Blue) = 250+220+104=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 104 (41.02% from 255 or 18.12% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADC68 is #052397. Grayscale: #D8D8D8. Windows color (decimal): -336792 or 6872314. OLE color: 6872314.

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

Color convert

RGB 250 220 104 -
CMYK 0 0.12 0.58 0.02
HSL 47.67º 0.94% 0.69% -
HSV(B) 47.67º 0.58% 0.98% -
XYZ 67.52 72.51 23.53 -
YUV 215.75 64.94 152.43 -
System Red Green Blue C M Y K H S L
Decimal 250 220 104 0 0.12 0.58 0.02 47.67 0.94 0.69
Hex FA DC 68 0 C 3A 2 30 5E 45
Octal 372 334 150 0 14 72 2 60 136 105
Binary 11111010 11011100 1101000 0 1100 111010 10 110000 1011110 1000101

Color Harmonies of #FADC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC68

Black with #FADC68

Text Example


Text Example

White with #FADC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC68; }

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

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

background-color css

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

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

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

border-color css

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

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

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