Html Css Color HEX #FADA60 Dandelion

📋 copy color: '#FADA60'

red 250 ◦ green 218 ◦ blue 96

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

Shades of Dandelion #FADA60

Tints of Dandelion #FADA60

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.65%

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

R = 44.33%
G = 38.65%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FADA60 (or 0xFADA60) is known color: Dandelion. HEX triplet: FA, DA and 60. RGB value is (250,218,96). Sum of RGB (Red+Green+Blue) = 250+218+96=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 218 (85.55% from 255 or 38.65% from 564); Blue value is 96 (37.89% from 255 or 17.02% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADA60 is #05259F. Grayscale: #D6D6D6. Windows color (decimal): -337312 or 6347514. OLE color: 6347514.

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

Color convert

RGB 250 218 96 -
CMYK 0 0.13 0.62 0.02
HSL 47.53º 0.94% 0.68% -
HSV(B) 47.53º 0.62% 0.98% -
XYZ 66.61 71.31 21.32 -
YUV 213.66 61.6 153.92 -
System Red Green Blue C M Y K H S L
Decimal 250 218 96 0 0.13 0.62 0.02 47.53 0.94 0.68
Hex FA DA 60 0 D 3E 2 30 5E 44
Octal 372 332 140 0 15 76 2 60 136 104
Binary 11111010 11011010 1100000 0 1101 111110 10 110000 1011110 1000100

Color Harmonies of #FADA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADA60

Black with #FADA60

Text Example


Text Example

White with #FADA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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