Html Css Color HEX #FDE97F Sweet Corn

📋 copy color: '#FDE97F'

red 253 ◦ green 233 ◦ blue 127

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

Shades of Sweet Corn #FDE97F

Tints of Sweet Corn #FDE97F

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.01%

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

R = 41.27%
G = 38.01%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FDE97F (or 0xFDE97F) is known color: Sweet Corn. HEX triplet: FD, E9 and 7F. RGB value is (253,233,127). Sum of RGB (Red+Green+Blue) = 253+233+127=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 233 (91.41% from 255 or 38.01% from 613); Blue value is 127 (50% from 255 or 20.72% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE97F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE97F is #021680. Grayscale: #E3E3E3. Windows color (decimal): -136833 or 8382973. OLE color: 8382973.

HSL color Cylindrical-coordinate representation of color #FDE97F: hue angle of 50.48º 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 #FDE97F is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 233 127 -
CMYK 0 0.08 0.50 0.01
HSL 50.48º 0.97% 0.75% -
HSV(B) 50.48º 0.5% 0.99% -
XYZ 73.48 80.69 31.78 -
YUV 226.9 71.63 146.62 -
System Red Green Blue C M Y K H S L
Decimal 253 233 127 0 0.08 0.50 0.01 50.48 0.97 0.75
Hex FD E9 7F 0 8 32 1 32 61 4B
Octal 375 351 177 0 10 62 1 62 141 113
Binary 11111101 11101001 1111111 0 1000 110010 1 110010 1100001 1001011

Color Harmonies of #FDE97F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE97F

Black with #FDE97F

Text Example


Text Example

White with #FDE97F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE97F; }

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

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

background-color css

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

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

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

border-color css

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

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

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