Html Css Color HEX #FAD45F Dandelion

📋 copy color: '#FAD45F'

red 250 ◦ green 212 ◦ blue 95

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

Shades of Dandelion #FAD45F

Tints of Dandelion #FAD45F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.06%

R = 44.88%
G = 38.06%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FAD45F (or 0xFAD45F) is known color: Dandelion. HEX triplet: FA, D4 and 5F. RGB value is (250,212,95). Sum of RGB (Red+Green+Blue) = 250+212+95=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 212 (83.20% from 255 or 38.06% from 557); Blue value is 95 (37.5% from 255 or 17.06% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD45F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD45F is #052BA0. Grayscale: #D2D2D2. Windows color (decimal): -338849 or 6280442. OLE color: 6280442.

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

Color convert

RGB 250 212 95 -
CMYK 0 0.15 0.62 0.02
HSL 45.29º 0.94% 0.68% -
HSV(B) 45.29º 0.62% 0.98% -
XYZ 65.03 68.24 20.57 -
YUV 210.02 63.09 156.51 -
System Red Green Blue C M Y K H S L
Decimal 250 212 95 0 0.15 0.62 0.02 45.29 0.94 0.68
Hex FA D4 5F 0 F 3E 2 2D 5E 44
Octal 372 324 137 0 17 76 2 55 136 104
Binary 11111010 11010100 1011111 0 1111 111110 10 101101 1011110 1000100

Color Harmonies of #FAD45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD45F

Black with #FAD45F

Text Example


Text Example

White with #FAD45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD45F; }

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

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

background-color css

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

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

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

border-color css

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

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

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