Html Css Color HEX #FADA5E Dandelion

📋 copy color: '#FADA5E'

red 250 ◦ green 218 ◦ blue 94

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

Shades of Dandelion #FADA5E

Tints of Dandelion #FADA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 16.73%

R = 44.48%
G = 38.79%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FADA5E (or 0xFADA5E) is known color: Dandelion. HEX triplet: FA, DA and 5E. RGB value is (250,218,94). Sum of RGB (Red+Green+Blue) = 250+218+94=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 218 (85.55% from 255 or 38.79% from 562); Blue value is 94 (37.11% from 255 or 16.73% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADA5E is #0525A1. Grayscale: #D5D5D5. Windows color (decimal): -337314 or 6216442. OLE color: 6216442.

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

Color convert

RGB 250 218 94 -
CMYK 0 0.13 0.62 0.02
HSL 47.69º 0.94% 0.67% -
HSV(B) 47.69º 0.62% 0.98% -
XYZ 66.52 71.27 20.84 -
YUV 213.43 60.6 154.08 -
System Red Green Blue C M Y K H S L
Decimal 250 218 94 0 0.13 0.62 0.02 47.69 0.94 0.67
Hex FA DA 5E 0 D 3E 2 30 5E 43
Octal 372 332 136 0 15 76 2 60 136 103
Binary 11111010 11011010 1011110 0 1101 111110 10 110000 1011110 1000011

Color Harmonies of #FADA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADA5E

Black with #FADA5E

Text Example


Text Example

White with #FADA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADA5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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