Html Css Color HEX #FAD85D Dandelion

📋 copy color: '#FAD85D'

red 250 ◦ green 216 ◦ blue 93

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

Shades of Dandelion #FAD85D

Tints of Dandelion #FAD85D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.64%

 BLUE value IS 93 (36.72% from 255) = 16.64%

R = 44.72%
G = 38.64%
B = 16.64%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FAD85D (or 0xFAD85D) is known color: Dandelion. HEX triplet: FA, D8 and 5D. RGB value is (250,216,93). Sum of RGB (Red+Green+Blue) = 250+216+93=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 216 (84.77% from 255 or 38.64% from 559); Blue value is 93 (36.72% from 255 or 16.64% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD85D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD85D is #0527A2. Grayscale: #D4D4D4. Windows color (decimal): -337827 or 6150394. OLE color: 6150394.

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

Color convert

RGB 250 216 93 -
CMYK 0 0.14 0.63 0.02
HSL 47.01º 0.94% 0.67% -
HSV(B) 47.01º 0.63% 0.98% -
XYZ 65.96 70.23 20.43 -
YUV 212.14 60.76 155 -
System Red Green Blue C M Y K H S L
Decimal 250 216 93 0 0.14 0.63 0.02 47.01 0.94 0.67
Hex FA D8 5D 0 E 3F 2 2F 5E 43
Octal 372 330 135 0 16 77 2 57 136 103
Binary 11111010 11011000 1011101 0 1110 111111 10 101111 1011110 1000011

Color Harmonies of #FAD85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD85D

Black with #FAD85D

Text Example


Text Example

White with #FAD85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD85D; }

 p { color: rgb(250,216,93); }

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

background-color css

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

 a { background-color: rgb(250,216,93); }

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

border-color css

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

 span { border-color: rgb(250,216,93); }

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