Html Css Color HEX #FEDD5E Dandelion

📋 copy color: '#FEDD5E'

red 254 ◦ green 221 ◦ blue 94

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

Shades of Dandelion #FEDD5E

Tints of Dandelion #FEDD5E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.84%

 BLUE value IS 94 (37.11% from 255) = 16.52%

R = 44.64%
G = 38.84%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FEDD5E (or 0xFEDD5E) is known color: Dandelion. HEX triplet: FE, DD and 5E. RGB value is (254,221,94). Sum of RGB (Red+Green+Blue) = 254+221+94=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 94 (37.11% from 255 or 16.52% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDD5E is #0122A1. Grayscale: #D8D8D8. Windows color (decimal): -74402 or 6217214. OLE color: 6217214.

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

Color convert

RGB 254 221 94 -
CMYK 0 0.13 0.63 0.00
HSL 47.63º 0.99% 0.68% -
HSV(B) 47.63º 0.63% 1% -
XYZ 68.75 73.59 21.17 -
YUV 216.39 58.93 154.83 -
System Red Green Blue C M Y K H S L
Decimal 254 221 94 0 0.13 0.63 0.00 47.63 0.99 0.68
Hex FE DD 5E 0 D 3F 0 30 63 44
Octal 376 335 136 0 15 77 0 60 143 104
Binary 11111110 11011101 1011110 0 1101 111111 0 110000 1100011 1000100

Color Harmonies of #FEDD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD5E

Black with #FEDD5E

Text Example


Text Example

White with #FEDD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD5E; }

 p { color: rgb(254,221,94); }

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

background-color css

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

 a { background-color: rgb(254,221,94); }

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

border-color css

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

 span { border-color: rgb(254,221,94); }

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