Html Css Color HEX #FED961 Dandelion

📋 copy color: '#FED961'

red 254 ◦ green 217 ◦ blue 97

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

Shades of Dandelion #FED961

Tints of Dandelion #FED961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.08%

R = 44.72%
G = 38.2%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FED961 (or 0xFED961) is known color: Dandelion. HEX triplet: FE, D9 and 61. RGB value is (254,217,97). Sum of RGB (Red+Green+Blue) = 254+217+97=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 217 (85.16% from 255 or 38.20% from 568); Blue value is 97 (38.28% from 255 or 17.08% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FED961 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED961 is #01269E. Grayscale: #D6D6D6. Windows color (decimal): -75423 or 6412798. OLE color: 6412798.

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

Color convert

RGB 254 217 97 -
CMYK 0 0.15 0.62 0.00
HSL 45.86º 0.99% 0.69% -
HSV(B) 45.86º 0.62% 1% -
XYZ 67.84 71.56 21.55 -
YUV 214.38 61.76 156.26 -
System Red Green Blue C M Y K H S L
Decimal 254 217 97 0 0.15 0.62 0.00 45.86 0.99 0.69
Hex FE D9 61 0 F 3E 0 2E 63 45
Octal 376 331 141 0 17 76 0 56 143 105
Binary 11111110 11011001 1100001 0 1111 111110 0 101110 1100011 1000101

Color Harmonies of #FED961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED961

Black with #FED961

Text Example


Text Example

White with #FED961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED961; }

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

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

background-color css

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

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

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

border-color css

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

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

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