Html Css Color HEX #FADA6A Dandelion

📋 copy color: '#FADA6A'

red 250 ◦ green 218 ◦ blue 106

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

Shades of Dandelion #FADA6A

Tints of Dandelion #FADA6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 18.47%

R = 43.55%
G = 37.98%
B = 18.47%

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

#FADA6A (or 0xFADA6A) is known color: Dandelion. HEX triplet: FA, DA and 6A. RGB value is (250,218,106). Sum of RGB (Red+Green+Blue) = 250+218+106=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 106 (41.80% from 255 or 18.47% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADA6A is #052595. Grayscale: #D7D7D7. Windows color (decimal): -337302 or 7002874. OLE color: 7002874.

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

Color convert

RGB 250 218 106 -
CMYK 0 0.13 0.58 0.02
HSL 46.67º 0.94% 0.7% -
HSV(B) 46.67º 0.58% 0.98% -
XYZ 67.1 71.51 23.9 -
YUV 214.8 66.6 153.11 -
System Red Green Blue C M Y K H S L
Decimal 250 218 106 0 0.13 0.58 0.02 46.67 0.94 0.7
Hex FA DA 6A 0 D 3A 2 2F 5E 46
Octal 372 332 152 0 15 72 2 57 136 106
Binary 11111010 11011010 1101010 0 1101 111010 10 101111 1011110 1000110

Color Harmonies of #FADA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADA6A

Black with #FADA6A

Text Example


Text Example

White with #FADA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADA6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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