Html Css Color HEX #FEDD60 Dandelion

📋 copy color: '#FEDD60'

red 254 ◦ green 221 ◦ blue 96

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

Shades of Dandelion #FEDD60

Tints of Dandelion #FEDD60

RGB

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

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

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

R = 44.48%
G = 38.7%
B = 16.81%

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

#FEDD60 (or 0xFEDD60) is known color: Dandelion. HEX triplet: FE, DD and 60. RGB value is (254,221,96). Sum of RGB (Red+Green+Blue) = 254+221+96=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 96 (37.89% from 255 or 16.81% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDD60 is #01229F. Grayscale: #D9D9D9. Windows color (decimal): -74400 or 6348286. OLE color: 6348286.

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

Color convert

RGB 254 221 96 -
CMYK 0 0.13 0.62 0.00
HSL 47.47º 0.99% 0.69% -
HSV(B) 47.47º 0.62% 1% -
XYZ 68.84 73.63 21.65 -
YUV 216.62 59.93 154.66 -
System Red Green Blue C M Y K H S L
Decimal 254 221 96 0 0.13 0.62 0.00 47.47 0.99 0.69
Hex FE DD 60 0 D 3E 0 2F 63 45
Octal 376 335 140 0 15 76 0 57 143 105
Binary 11111110 11011101 1100000 0 1101 111110 0 101111 1100011 1000101

Color Harmonies of #FEDD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD60

Black with #FEDD60

Text Example


Text Example

White with #FEDD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD60; }

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

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

background-color css

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

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

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

border-color css

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

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

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