Html Css Color HEX #FDE47F Sweet Corn

📋 copy color: '#FDE47F'

red 253 ◦ green 228 ◦ blue 127

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

Shades of Sweet Corn #FDE47F

Tints of Sweet Corn #FDE47F

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.5%

 BLUE value IS 127 (50% from 255) = 20.89%

R = 41.61%
G = 37.5%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FDE47F (or 0xFDE47F) is known color: Sweet Corn. HEX triplet: FD, E4 and 7F. RGB value is (253,228,127). Sum of RGB (Red+Green+Blue) = 253+228+127=608 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.61% from 608); Green value is 228 (89.45% from 255 or 37.5% from 608); Blue value is 127 (50% from 255 or 20.89% from 608); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE47F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE47F is #021B80. Grayscale: #E0E0E0. Windows color (decimal): -138113 or 8381693. OLE color: 8381693.

HSL color Cylindrical-coordinate representation of color #FDE47F: hue angle of 48.1º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FDE47F is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 228 127 -
CMYK 0 0.10 0.50 0.01
HSL 48.1º 0.97% 0.75% -
HSV(B) 48.1º 0.5% 0.99% -
XYZ 72.08 77.9 31.32 -
YUV 223.96 73.28 148.71 -
System Red Green Blue C M Y K H S L
Decimal 253 228 127 0 0.10 0.50 0.01 48.1 0.97 0.75
Hex FD E4 7F 0 A 32 1 30 61 4B
Octal 375 344 177 0 12 62 1 60 141 113
Binary 11111101 11100100 1111111 0 1010 110010 1 110000 1100001 1001011

Color Harmonies of #FDE47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE47F

Black with #FDE47F

Text Example


Text Example

White with #FDE47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE47F; }

 p { color: rgb(253,228,127); }

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

background-color css

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

 a { background-color: rgb(253,228,127); }

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

border-color css

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

 span { border-color: rgb(253,228,127); }

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