Html Css Color HEX #FAD45D Dandelion

📋 copy color: '#FAD45D'

red 250 ◦ green 212 ◦ blue 93

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

Shades of Dandelion #FAD45D

Tints of Dandelion #FAD45D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.2%

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

R = 45.05%
G = 38.2%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FAD45D (or 0xFAD45D) is known color: Dandelion. HEX triplet: FA, D4 and 5D. RGB value is (250,212,93). Sum of RGB (Red+Green+Blue) = 250+212+93=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 212 (83.20% from 255 or 38.20% from 555); Blue value is 93 (36.72% from 255 or 16.76% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD45D is #052BA2. Grayscale: #D2D2D2. Windows color (decimal): -338851 or 6149370. OLE color: 6149370.

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

Color convert

RGB 250 212 93 -
CMYK 0 0.15 0.63 0.02
HSL 45.48º 0.94% 0.67% -
HSV(B) 45.48º 0.63% 0.98% -
XYZ 64.94 68.2 20.1 -
YUV 209.8 62.09 156.68 -
System Red Green Blue C M Y K H S L
Decimal 250 212 93 0 0.15 0.63 0.02 45.48 0.94 0.67
Hex FA D4 5D 0 F 3F 2 2D 5E 43
Octal 372 324 135 0 17 77 2 55 136 103
Binary 11111010 11010100 1011101 0 1111 111111 10 101101 1011110 1000011

Color Harmonies of #FAD45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD45D

Black with #FAD45D

Text Example


Text Example

White with #FAD45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD45D; }

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

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

background-color css

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

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

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

border-color css

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

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

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