Html Css Color HEX #FED964 Dandelion

📋 copy color: '#FED964'

red 254 ◦ green 217 ◦ blue 100

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

Shades of Dandelion #FED964

Tints of Dandelion #FED964

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38%

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

R = 44.48%
G = 38%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FED964 (or 0xFED964) is known color: Dandelion. HEX triplet: FE, D9 and 64. RGB value is (254,217,100). Sum of RGB (Red+Green+Blue) = 254+217+100=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 217 (85.16% from 255 or 38.00% from 571); Blue value is 100 (39.45% from 255 or 17.51% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FED964 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED964 is #01269B. Grayscale: #D7D7D7. Windows color (decimal): -75420 or 6609406. OLE color: 6609406.

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

Color convert

RGB 254 217 100 -
CMYK 0 0.15 0.61 0.00
HSL 45.58º 0.99% 0.69% -
HSV(B) 45.58º 0.61% 1% -
XYZ 67.99 71.62 22.3 -
YUV 214.73 63.26 156.01 -
System Red Green Blue C M Y K H S L
Decimal 254 217 100 0 0.15 0.61 0.00 45.58 0.99 0.69
Hex FE D9 64 0 F 3D 0 2E 63 45
Octal 376 331 144 0 17 75 0 56 143 105
Binary 11111110 11011001 1100100 0 1111 111101 0 101110 1100011 1000101

Color Harmonies of #FED964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED964

Black with #FED964

Text Example


Text Example

White with #FED964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED964; }

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

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

background-color css

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

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

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

border-color css

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

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

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