Html Css Color HEX #FAD260 Dandelion

📋 copy color: '#FAD260'

red 250 ◦ green 210 ◦ blue 96

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

Shades of Dandelion #FAD260

Tints of Dandelion #FAD260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.27%

R = 44.96%
G = 37.77%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FAD260 (or 0xFAD260) is known color: Dandelion. HEX triplet: FA, D2 and 60. RGB value is (250,210,96). Sum of RGB (Red+Green+Blue) = 250+210+96=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 210 (82.42% from 255 or 37.77% from 556); Blue value is 96 (37.89% from 255 or 17.27% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD260 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD260 is #052D9F. Grayscale: #D1D1D1. Windows color (decimal): -339360 or 6345466. OLE color: 6345466.

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

Color convert

RGB 250 210 96 -
CMYK 0 0.16 0.62 0.02
HSL 44.42º 0.94% 0.68% -
HSV(B) 44.42º 0.62% 0.98% -
XYZ 64.58 67.26 20.65 -
YUV 208.96 64.25 157.27 -
System Red Green Blue C M Y K H S L
Decimal 250 210 96 0 0.16 0.62 0.02 44.42 0.94 0.68
Hex FA D2 60 0 10 3E 2 2C 5E 44
Octal 372 322 140 0 20 76 2 54 136 104
Binary 11111010 11010010 1100000 0 10000 111110 10 101100 1011110 1000100

Color Harmonies of #FAD260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD260

Black with #FAD260

Text Example


Text Example

White with #FAD260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD260; }

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

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

background-color css

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

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

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

border-color css

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

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

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