Html Css Color HEX #FEDE60 Dandelion

📋 copy color: '#FEDE60'

red 254 ◦ green 222 ◦ blue 96

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

Shades of Dandelion #FEDE60

Tints of Dandelion #FEDE60

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.81%

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

R = 44.41%
G = 38.81%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FEDE60 (or 0xFEDE60) is known color: Dandelion. HEX triplet: FE, DE and 60. RGB value is (254,222,96). Sum of RGB (Red+Green+Blue) = 254+222+96=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 222 (87.11% from 255 or 38.81% from 572); Blue value is 96 (37.89% from 255 or 16.78% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDE60 is #01219F. Grayscale: #D9D9D9. Windows color (decimal): -74144 or 6348542. OLE color: 6348542.

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

Color convert

RGB 254 222 96 -
CMYK 0 0.13 0.62 0.00
HSL 47.85º 0.99% 0.69% -
HSV(B) 47.85º 0.62% 1% -
XYZ 69.11 74.16 21.74 -
YUV 217.2 59.6 154.25 -
System Red Green Blue C M Y K H S L
Decimal 254 222 96 0 0.13 0.62 0.00 47.85 0.99 0.69
Hex FE DE 60 0 D 3E 0 30 63 45
Octal 376 336 140 0 15 76 0 60 143 105
Binary 11111110 11011110 1100000 0 1101 111110 0 110000 1100011 1000101

Color Harmonies of #FEDE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDE60

Black with #FEDE60

Text Example


Text Example

White with #FEDE60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDE60; }

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

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

background-color css

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

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

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

border-color css

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

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

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