Html Css Color HEX #FDE061 Dandelion

📋 copy color: '#FDE061'

red 253 ◦ green 224 ◦ blue 97

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

Shades of Dandelion #FDE061

Tints of Dandelion #FDE061

RGB

 RED value IS 253 (99.22% from 255) = 44.08%

 GREEN value IS 224 (87.89% from 255) = 39.02%

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

R = 44.08%
G = 39.02%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FDE061 (or 0xFDE061) is known color: Dandelion. HEX triplet: FD, E0 and 61. RGB value is (253,224,97). Sum of RGB (Red+Green+Blue) = 253+224+97=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 224 (87.89% from 255 or 39.02% from 574); Blue value is 97 (38.28% from 255 or 16.90% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE061 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE061 is #021F9E. Grayscale: #DADADA. Windows color (decimal): -139167 or 6414589. OLE color: 6414589.

HSL color Cylindrical-coordinate representation of color #FDE061: hue angle of 48.85º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FDE061 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 224 97 -
CMYK 0 0.11 0.62 0.01
HSL 48.85º 0.98% 0.69% -
HSV(B) 48.85º 0.62% 0.99% -
XYZ 69.32 75.06 22.14 -
YUV 218.19 59.61 152.83 -
System Red Green Blue C M Y K H S L
Decimal 253 224 97 0 0.11 0.62 0.01 48.85 0.98 0.69
Hex FD E0 61 0 B 3E 1 31 62 45
Octal 375 340 141 0 13 76 1 61 142 105
Binary 11111101 11100000 1100001 0 1011 111110 1 110001 1100010 1000101

Color Harmonies of #FDE061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE061

Black with #FDE061

Text Example


Text Example

White with #FDE061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE061; }

 p { color: rgb(253,224,97); }

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

background-color css

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

 a { background-color: rgb(253,224,97); }

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

border-color css

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

 span { border-color: rgb(253,224,97); }

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