Html Css Color HEX #FED164 Dandelion

📋 copy color: '#FED164'

red 254 ◦ green 209 ◦ blue 100

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

Shades of Dandelion #FED164

Tints of Dandelion #FED164

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.12%

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

R = 45.12%
G = 37.12%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FED164 (or 0xFED164) is known color: Dandelion. HEX triplet: FE, D1 and 64. RGB value is (254,209,100). Sum of RGB (Red+Green+Blue) = 254+209+100=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 209 (82.03% from 255 or 37.12% from 563); Blue value is 100 (39.45% from 255 or 17.76% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FED164 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED164 is #012E9B. Grayscale: #D2D2D2. Windows color (decimal): -77468 or 6607358. OLE color: 6607358.

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

Color convert

RGB 254 209 100 -
CMYK 0 0.18 0.61 0.00
HSL 42.47º 0.99% 0.69% -
HSV(B) 42.47º 0.61% 1% -
XYZ 65.97 67.59 21.63 -
YUV 210.03 65.91 159.36 -
System Red Green Blue C M Y K H S L
Decimal 254 209 100 0 0.18 0.61 0.00 42.47 0.99 0.69
Hex FE D1 64 0 12 3D 0 2A 63 45
Octal 376 321 144 0 22 75 0 52 143 105
Binary 11111110 11010001 1100100 0 10010 111101 0 101010 1100011 1000101

Color Harmonies of #FED164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED164

Black with #FED164

Text Example


Text Example

White with #FED164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED164; }

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

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

background-color css

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

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

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

border-color css

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

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

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