Html Css Color HEX #FADA69 Dandelion

📋 copy color: '#FADA69'

red 250 ◦ green 218 ◦ blue 105

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

Shades of Dandelion #FADA69

Tints of Dandelion #FADA69

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.05%

 BLUE value IS 105 (41.41% from 255) = 18.32%

R = 43.63%
G = 38.05%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FADA69 (or 0xFADA69) is known color: Dandelion. HEX triplet: FA, DA and 69. RGB value is (250,218,105). Sum of RGB (Red+Green+Blue) = 250+218+105=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 218 (85.55% from 255 or 38.05% from 573); Blue value is 105 (41.41% from 255 or 18.32% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADA69 is #052596. Grayscale: #D7D7D7. Windows color (decimal): -337303 or 6937338. OLE color: 6937338.

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

Color convert

RGB 250 218 105 -
CMYK 0 0.13 0.58 0.02
HSL 46.76º 0.94% 0.7% -
HSV(B) 46.76º 0.58% 0.98% -
XYZ 67.05 71.49 23.63 -
YUV 214.69 66.1 153.19 -
System Red Green Blue C M Y K H S L
Decimal 250 218 105 0 0.13 0.58 0.02 46.76 0.94 0.7
Hex FA DA 69 0 D 3A 2 2F 5E 46
Octal 372 332 151 0 15 72 2 57 136 106
Binary 11111010 11011010 1101001 0 1101 111010 10 101111 1011110 1000110

Color Harmonies of #FADA69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADA69

Black with #FADA69

Text Example


Text Example

White with #FADA69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADA69; }

 p { color: rgb(250,218,105); }

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

background-color css

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

 a { background-color: rgb(250,218,105); }

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

border-color css

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

 span { border-color: rgb(250,218,105); }

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