Html Css Color HEX #FADC5F Dandelion

📋 copy color: '#FADC5F'

red 250 ◦ green 220 ◦ blue 95

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

Shades of Dandelion #FADC5F

Tints of Dandelion #FADC5F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.94%

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

R = 44.25%
G = 38.94%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FADC5F (or 0xFADC5F) is known color: Dandelion. HEX triplet: FA, DC and 5F. RGB value is (250,220,95). Sum of RGB (Red+Green+Blue) = 250+220+95=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 95 (37.5% from 255 or 16.81% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADC5F is #0523A0. Grayscale: #D7D7D7. Windows color (decimal): -336801 or 6282490. OLE color: 6282490.

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

Color convert

RGB 250 220 95 -
CMYK 0 0.12 0.62 0.02
HSL 48.39º 0.94% 0.68% -
HSV(B) 48.39º 0.62% 0.98% -
XYZ 67.08 72.34 21.25 -
YUV 214.72 60.44 153.16 -
System Red Green Blue C M Y K H S L
Decimal 250 220 95 0 0.12 0.62 0.02 48.39 0.94 0.68
Hex FA DC 5F 0 C 3E 2 30 5E 44
Octal 372 334 137 0 14 76 2 60 136 104
Binary 11111010 11011100 1011111 0 1100 111110 10 110000 1011110 1000100

Color Harmonies of #FADC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC5F

Black with #FADC5F

Text Example


Text Example

White with #FADC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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