Html Css Color HEX #FEDD65 Dandelion

📋 copy color: '#FEDD65'

red 254 ◦ green 221 ◦ blue 101

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

Shades of Dandelion #FEDD65

Tints of Dandelion #FEDD65

RGB

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

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

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

R = 44.1%
G = 38.37%
B = 17.53%

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

#FEDD65 (or 0xFEDD65) is known color: Dandelion. HEX triplet: FE, DD and 65. RGB value is (254,221,101). Sum of RGB (Red+Green+Blue) = 254+221+101=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 101 (39.84% from 255 or 17.53% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDD65 is #01229A. Grayscale: #D9D9D9. Windows color (decimal): -74395 or 6675966. OLE color: 6675966.

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

Color convert

RGB 254 221 101 -
CMYK 0 0.13 0.60 0.00
HSL 47.06º 0.99% 0.7% -
HSV(B) 47.06º 0.6% 1% -
XYZ 69.08 73.72 22.9 -
YUV 217.19 62.43 154.26 -
System Red Green Blue C M Y K H S L
Decimal 254 221 101 0 0.13 0.60 0.00 47.06 0.99 0.7
Hex FE DD 65 0 D 3C 0 2F 63 46
Octal 376 335 145 0 15 74 0 57 143 106
Binary 11111110 11011101 1100101 0 1101 111100 0 101111 1100011 1000110

Color Harmonies of #FEDD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD65

Black with #FEDD65

Text Example


Text Example

White with #FEDD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD65; }

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

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

background-color css

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

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

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

border-color css

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

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

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