Html Css Color HEX #FED660 Dandelion

📋 copy color: '#FED660'

red 254 ◦ green 214 ◦ blue 96

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

Shades of Dandelion #FED660

Tints of Dandelion #FED660

RGB

 RED value IS 254 (99.61% from 255) = 45.04%

 GREEN value IS 214 (83.98% from 255) = 37.94%

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

R = 45.04%
G = 37.94%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FED660 (or 0xFED660) is known color: Dandelion. HEX triplet: FE, D6 and 60. RGB value is (254,214,96). Sum of RGB (Red+Green+Blue) = 254+214+96=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 214 (83.98% from 255 or 37.94% from 564); Blue value is 96 (37.89% from 255 or 17.02% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FED660 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED660 is #01299F. Grayscale: #D5D5D5. Windows color (decimal): -76192 or 6346494. OLE color: 6346494.

HSL color Cylindrical-coordinate representation of color #FED660: hue angle of 44.81º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FED660 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 214 96 -
CMYK 0 0.16 0.62 0.00
HSL 44.81º 0.99% 0.69% -
HSV(B) 44.81º 0.62% 1% -
XYZ 67.03 70.01 21.05 -
YUV 212.51 62.25 157.59 -
System Red Green Blue C M Y K H S L
Decimal 254 214 96 0 0.16 0.62 0.00 44.81 0.99 0.69
Hex FE D6 60 0 10 3E 0 2D 63 45
Octal 376 326 140 0 20 76 0 55 143 105
Binary 11111110 11010110 1100000 0 10000 111110 0 101101 1100011 1000101

Color Harmonies of #FED660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED660

Black with #FED660

Text Example


Text Example

White with #FED660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED660; }

 p { color: rgb(254,214,96); }

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

background-color css

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

 a { background-color: rgb(254,214,96); }

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

border-color css

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

 span { border-color: rgb(254,214,96); }

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