Html Css Color HEX #FED564 Dandelion

📋 copy color: '#FED564'

red 254 ◦ green 213 ◦ blue 100

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

Shades of Dandelion #FED564

Tints of Dandelion #FED564

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.57%

 BLUE value IS 100 (39.45% from 255) = 17.64%

R = 44.8%
G = 37.57%
B = 17.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FED564 (or 0xFED564) is known color: Dandelion. HEX triplet: FE, D5 and 64. RGB value is (254,213,100). Sum of RGB (Red+Green+Blue) = 254+213+100=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 213 (83.59% from 255 or 37.57% from 567); Blue value is 100 (39.45% from 255 or 17.64% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FED564 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED564 is #012A9B. Grayscale: #D4D4D4. Windows color (decimal): -76444 or 6608382. OLE color: 6608382.

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

Color convert

RGB 254 213 100 -
CMYK 0 0.16 0.61 0.00
HSL 44.03º 0.99% 0.69% -
HSV(B) 44.03º 0.61% 1% -
XYZ 66.97 69.58 21.96 -
YUV 212.38 64.58 157.69 -
System Red Green Blue C M Y K H S L
Decimal 254 213 100 0 0.16 0.61 0.00 44.03 0.99 0.69
Hex FE D5 64 0 10 3D 0 2C 63 45
Octal 376 325 144 0 20 75 0 54 143 105
Binary 11111110 11010101 1100100 0 10000 111101 0 101100 1100011 1000101

Color Harmonies of #FED564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED564

Black with #FED564

Text Example


Text Example

White with #FED564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED564; }

 p { color: rgb(254,213,100); }

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

background-color css

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

 a { background-color: rgb(254,213,100); }

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

border-color css

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

 span { border-color: rgb(254,213,100); }

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