Html Css Color HEX #FAD35E Dandelion

📋 copy color: '#FAD35E'

red 250 ◦ green 211 ◦ blue 94

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

Shades of Dandelion #FAD35E

Tints of Dandelion #FAD35E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.02%

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

R = 45.05%
G = 38.02%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FAD35E (or 0xFAD35E) is known color: Dandelion. HEX triplet: FA, D3 and 5E. RGB value is (250,211,94). Sum of RGB (Red+Green+Blue) = 250+211+94=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 211 (82.81% from 255 or 38.02% from 555); Blue value is 94 (37.11% from 255 or 16.94% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD35E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD35E is #052CA1. Grayscale: #D1D1D1. Windows color (decimal): -339106 or 6214650. OLE color: 6214650.

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

Color convert

RGB 250 211 94 -
CMYK 0 0.16 0.62 0.02
HSL 45º 0.94% 0.67% -
HSV(B) 45º 0.62% 0.98% -
XYZ 64.74 67.72 20.25 -
YUV 209.32 62.92 157.01 -
System Red Green Blue C M Y K H S L
Decimal 250 211 94 0 0.16 0.62 0.02 45 0.94 0.67
Hex FA D3 5E 0 10 3E 2 2D 5E 43
Octal 372 323 136 0 20 76 2 55 136 103
Binary 11111010 11010011 1011110 0 10000 111110 10 101101 1011110 1000011

Color Harmonies of #FAD35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD35E

Black with #FAD35E

Text Example


Text Example

White with #FAD35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD35E; }

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

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

background-color css

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

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

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

border-color css

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

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

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