Html Css Color HEX #FAD265 Dandelion

📋 copy color: '#FAD265'

red 250 ◦ green 210 ◦ blue 101

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

Shades of Dandelion #FAD265

Tints of Dandelion #FAD265

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.43%

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

R = 44.56%
G = 37.43%
B = 18%

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

#FAD265 (or 0xFAD265) is known color: Dandelion. HEX triplet: FA, D2 and 65. RGB value is (250,210,101). Sum of RGB (Red+Green+Blue) = 250+210+101=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 210 (82.42% from 255 or 37.43% from 561); Blue value is 101 (39.84% from 255 or 18.00% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD265 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD265 is #052D9A. Grayscale: #D2D2D2. Windows color (decimal): -339355 or 6673146. OLE color: 6673146.

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

Color convert

RGB 250 210 101 -
CMYK 0 0.16 0.60 0.02
HSL 43.89º 0.94% 0.69% -
HSV(B) 43.89º 0.6% 0.98% -
XYZ 64.82 67.36 21.9 -
YUV 209.53 66.75 156.86 -
System Red Green Blue C M Y K H S L
Decimal 250 210 101 0 0.16 0.60 0.02 43.89 0.94 0.69
Hex FA D2 65 0 10 3C 2 2C 5E 45
Octal 372 322 145 0 20 74 2 54 136 105
Binary 11111010 11010010 1100101 0 10000 111100 10 101100 1011110 1000101

Color Harmonies of #FAD265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD265

Black with #FAD265

Text Example


Text Example

White with #FAD265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD265; }

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

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

background-color css

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

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

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

border-color css

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

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

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