Html Css Color HEX #FAD360 Dandelion

📋 copy color: '#FAD360'

red 250 ◦ green 211 ◦ blue 96

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

Shades of Dandelion #FAD360

Tints of Dandelion #FAD360

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.88%

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

R = 44.88%
G = 37.88%
B = 17.24%

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

#FAD360 (or 0xFAD360) is known color: Dandelion. HEX triplet: FA, D3 and 60. RGB value is (250,211,96). Sum of RGB (Red+Green+Blue) = 250+211+96=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 211 (82.81% from 255 or 37.88% from 557); Blue value is 96 (37.89% from 255 or 17.24% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD360 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD360 is #052C9F. Grayscale: #D2D2D2. Windows color (decimal): -339104 or 6345722. OLE color: 6345722.

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

Color convert

RGB 250 211 96 -
CMYK 0 0.16 0.62 0.02
HSL 44.81º 0.94% 0.68% -
HSV(B) 44.81º 0.62% 0.98% -
XYZ 64.83 67.76 20.73 -
YUV 209.55 63.92 156.85 -
System Red Green Blue C M Y K H S L
Decimal 250 211 96 0 0.16 0.62 0.02 44.81 0.94 0.68
Hex FA D3 60 0 10 3E 2 2D 5E 44
Octal 372 323 140 0 20 76 2 55 136 104
Binary 11111010 11010011 1100000 0 10000 111110 10 101101 1011110 1000100

Color Harmonies of #FAD360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD360

Black with #FAD360

Text Example


Text Example

White with #FAD360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD360; }

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

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

background-color css

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

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

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

border-color css

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

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

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