Html Css Color HEX #FDE065 Dandelion

📋 copy color: '#FDE065'

red 253 ◦ green 224 ◦ blue 101

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

Shades of Dandelion #FDE065

Tints of Dandelion #FDE065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 17.47%

R = 43.77%
G = 38.75%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FDE065 (or 0xFDE065) is known color: Dandelion. HEX triplet: FD, E0 and 65. RGB value is (253,224,101). Sum of RGB (Red+Green+Blue) = 253+224+101=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 224 (87.89% from 255 or 38.75% from 578); Blue value is 101 (39.84% from 255 or 17.47% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE065 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE065 is #021F9A. Grayscale: #DBDBDB. Windows color (decimal): -139163 or 6676733. OLE color: 6676733.

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

Color convert

RGB 253 224 101 -
CMYK 0 0.11 0.60 0.01
HSL 48.55º 0.97% 0.69% -
HSV(B) 48.55º 0.6% 0.99% -
XYZ 69.51 75.13 23.15 -
YUV 218.65 61.61 152.5 -
System Red Green Blue C M Y K H S L
Decimal 253 224 101 0 0.11 0.60 0.01 48.55 0.97 0.69
Hex FD E0 65 0 B 3C 1 31 61 45
Octal 375 340 145 0 13 74 1 61 141 105
Binary 11111101 11100000 1100101 0 1011 111100 1 110001 1100001 1000101

Color Harmonies of #FDE065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE065

Black with #FDE065

Text Example


Text Example

White with #FDE065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE065; }

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

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

background-color css

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

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

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

border-color css

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

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

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