Html Css Color HEX #FEDE65 Dandelion

📋 copy color: '#FEDE65'

red 254 ◦ green 222 ◦ blue 101

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

Shades of Dandelion #FEDE65

Tints of Dandelion #FEDE65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 17.5%

R = 44.02%
G = 38.47%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FEDE65 (or 0xFEDE65) is known color: Dandelion. HEX triplet: FE, DE and 65. RGB value is (254,222,101). Sum of RGB (Red+Green+Blue) = 254+222+101=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 222 (87.11% from 255 or 38.47% from 577); Blue value is 101 (39.84% from 255 or 17.50% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDE65 is #01219A. Grayscale: #DADADA. Windows color (decimal): -74139 or 6676222. OLE color: 6676222.

HSL color Cylindrical-coordinate representation of color #FEDE65: hue angle of 47.45º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FEDE65 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 222 101 -
CMYK 0 0.13 0.60 0.00
HSL 47.45º 0.99% 0.7% -
HSV(B) 47.45º 0.6% 1% -
XYZ 69.34 74.25 22.99 -
YUV 217.77 62.1 153.84 -
System Red Green Blue C M Y K H S L
Decimal 254 222 101 0 0.13 0.60 0.00 47.45 0.99 0.7
Hex FE DE 65 0 D 3C 0 2F 63 46
Octal 376 336 145 0 15 74 0 57 143 106
Binary 11111110 11011110 1100101 0 1101 111100 0 101111 1100011 1000110

Color Harmonies of #FEDE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDE65

Black with #FEDE65

Text Example


Text Example

White with #FEDE65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDE65; }

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

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

background-color css

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

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

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

border-color css

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

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

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