Html Css Color HEX #FADB60 Dandelion

📋 copy color: '#FADB60'

red 250 ◦ green 219 ◦ blue 96

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

Shades of Dandelion #FADB60

Tints of Dandelion #FADB60

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.76%

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

R = 44.25%
G = 38.76%
B = 16.99%

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

#FADB60 (or 0xFADB60) is known color: Dandelion. HEX triplet: FA, DB and 60. RGB value is (250,219,96). Sum of RGB (Red+Green+Blue) = 250+219+96=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 96 (37.89% from 255 or 16.99% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADB60 is #05249F. Grayscale: #D6D6D6. Windows color (decimal): -337056 or 6347770. OLE color: 6347770.

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

Color convert

RGB 250 219 96 -
CMYK 0 0.12 0.62 0.02
HSL 47.92º 0.94% 0.68% -
HSV(B) 47.92º 0.62% 0.98% -
XYZ 66.87 71.83 21.41 -
YUV 214.25 61.27 153.5 -
System Red Green Blue C M Y K H S L
Decimal 250 219 96 0 0.12 0.62 0.02 47.92 0.94 0.68
Hex FA DB 60 0 C 3E 2 30 5E 44
Octal 372 333 140 0 14 76 2 60 136 104
Binary 11111010 11011011 1100000 0 1100 111110 10 110000 1011110 1000100

Color Harmonies of #FADB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADB60

Black with #FADB60

Text Example


Text Example

White with #FADB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADB60; }

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

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

background-color css

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

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

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

border-color css

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

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

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