Html Css Color HEX #FDE571 Sweet Corn

📋 copy color: '#FDE571'

red 253 ◦ green 229 ◦ blue 113

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

Shades of Sweet Corn #FDE571

Tints of Sweet Corn #FDE571

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.49%

 BLUE value IS 113 (44.53% from 255) = 18.99%

R = 42.52%
G = 38.49%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FDE571 (or 0xFDE571) is known color: Sweet Corn. HEX triplet: FD, E5 and 71. RGB value is (253,229,113). Sum of RGB (Red+Green+Blue) = 253+229+113=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 229 (89.84% from 255 or 38.49% from 595); Blue value is 113 (44.53% from 255 or 18.99% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE571 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE571 is #021A8E. Grayscale: #DFDFDF. Windows color (decimal): -137871 or 7464445. OLE color: 7464445.

HSL color Cylindrical-coordinate representation of color #FDE571: hue angle of 49.71º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FDE571 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 229 113 -
CMYK 0 0.09 0.55 0.01
HSL 49.71º 0.97% 0.72% -
HSV(B) 49.71º 0.55% 0.99% -
XYZ 71.51 78.11 26.93 -
YUV 222.95 65.95 149.43 -
System Red Green Blue C M Y K H S L
Decimal 253 229 113 0 0.09 0.55 0.01 49.71 0.97 0.72
Hex FD E5 71 0 9 37 1 32 61 48
Octal 375 345 161 0 11 67 1 62 141 110
Binary 11111101 11100101 1110001 0 1001 110111 1 110010 1100001 1001000

Color Harmonies of #FDE571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE571

Black with #FDE571

Text Example


Text Example

White with #FDE571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE571; }

 p { color: rgb(253,229,113); }

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

background-color css

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

 a { background-color: rgb(253,229,113); }

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

border-color css

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

 span { border-color: rgb(253,229,113); }

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