Html Css Color HEX #FAD165 Dandelion

📋 copy color: '#FAD165'

red 250 ◦ green 209 ◦ blue 101

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

Shades of Dandelion #FAD165

Tints of Dandelion #FAD165

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.32%

 BLUE value IS 101 (39.84% from 255) = 18.04%

R = 44.64%
G = 37.32%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FAD165 (or 0xFAD165) is known color: Dandelion. HEX triplet: FA, D1 and 65. RGB value is (250,209,101). Sum of RGB (Red+Green+Blue) = 250+209+101=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 209 (82.03% from 255 or 37.32% from 560); Blue value is 101 (39.84% from 255 or 18.04% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD165 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD165 is #052E9A. Grayscale: #D1D1D1. Windows color (decimal): -339611 or 6672890. OLE color: 6672890.

HSL color Cylindrical-coordinate representation of color #FAD165: hue angle of 43.49º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FAD165 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 209 101 -
CMYK 0 0.16 0.60 0.02
HSL 43.49º 0.94% 0.69% -
HSV(B) 43.49º 0.6% 0.98% -
XYZ 64.57 66.86 21.81 -
YUV 208.95 67.08 157.28 -
System Red Green Blue C M Y K H S L
Decimal 250 209 101 0 0.16 0.60 0.02 43.49 0.94 0.69
Hex FA D1 65 0 10 3C 2 2B 5E 45
Octal 372 321 145 0 20 74 2 53 136 105
Binary 11111010 11010001 1100101 0 10000 111100 10 101011 1011110 1000101

Color Harmonies of #FAD165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD165

Black with #FAD165

Text Example


Text Example

White with #FAD165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD165; }

 p { color: rgb(250,209,101); }

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

background-color css

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

 a { background-color: rgb(250,209,101); }

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

border-color css

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

 span { border-color: rgb(250,209,101); }

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