Html Css Color HEX #FDEA7C Sweet Corn

📋 copy color: '#FDEA7C'

red 253 ◦ green 234 ◦ blue 124

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

Shades of Sweet Corn #FDEA7C

Tints of Sweet Corn #FDEA7C

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.3%

 BLUE value IS 124 (48.83% from 255) = 20.29%

R = 41.41%
G = 38.3%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FDEA7C (or 0xFDEA7C) is known color: Sweet Corn. HEX triplet: FD, EA and 7C. RGB value is (253,234,124). Sum of RGB (Red+Green+Blue) = 253+234+124=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 234 (91.80% from 255 or 38.30% from 611); Blue value is 124 (48.83% from 255 or 20.29% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEA7C is #021583. Grayscale: #E3E3E3. Windows color (decimal): -136580 or 8186621. OLE color: 8186621.

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

Color convert

RGB 253 234 124 -
CMYK 0 0.08 0.51 0.01
HSL 51.16º 0.97% 0.74% -
HSV(B) 51.16º 0.51% 0.99% -
XYZ 73.57 81.18 30.86 -
YUV 227.14 69.79 146.44 -
System Red Green Blue C M Y K H S L
Decimal 253 234 124 0 0.08 0.51 0.01 51.16 0.97 0.74
Hex FD EA 7C 0 8 33 1 33 61 4A
Octal 375 352 174 0 10 63 1 63 141 112
Binary 11111101 11101010 1111100 0 1000 110011 1 110011 1100001 1001010

Color Harmonies of #FDEA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEA7C

Black with #FDEA7C

Text Example


Text Example

White with #FDEA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEA7C; }

 p { color: rgb(253,234,124); }

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

background-color css

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

 a { background-color: rgb(253,234,124); }

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

border-color css

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

 span { border-color: rgb(253,234,124); }

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