Html Css Color HEX #FDEA7D Sweet Corn

📋 copy color: '#FDEA7D'

red 253 ◦ green 234 ◦ blue 125

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

Shades of Sweet Corn #FDEA7D

Tints of Sweet Corn #FDEA7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 20.42%

R = 41.34%
G = 38.24%
B = 20.42%

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

#FDEA7D (or 0xFDEA7D) is known color: Sweet Corn. HEX triplet: FD, EA and 7D. RGB value is (253,234,125). Sum of RGB (Red+Green+Blue) = 253+234+125=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 234 (91.80% from 255 or 38.24% from 612); Blue value is 125 (49.22% from 255 or 20.42% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEA7D is #021582. Grayscale: #E3E3E3. Windows color (decimal): -136579 or 8252157. OLE color: 8252157.

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

Color convert

RGB 253 234 125 -
CMYK 0 0.08 0.51 0.01
HSL 51.09º 0.97% 0.74% -
HSV(B) 51.09º 0.51% 0.99% -
XYZ 73.63 81.21 31.2 -
YUV 227.26 70.29 146.36 -
System Red Green Blue C M Y K H S L
Decimal 253 234 125 0 0.08 0.51 0.01 51.09 0.97 0.74
Hex FD EA 7D 0 8 33 1 33 61 4A
Octal 375 352 175 0 10 63 1 63 141 112
Binary 11111101 11101010 1111101 0 1000 110011 1 110011 1100001 1001010

Color Harmonies of #FDEA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEA7D

Black with #FDEA7D

Text Example


Text Example

White with #FDEA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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