Html Css Color HEX #FDE07D Sweet Corn

📋 copy color: '#FDE07D'

red 253 ◦ green 224 ◦ blue 125

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

Shades of Sweet Corn #FDE07D

Tints of Sweet Corn #FDE07D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.21%

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

R = 42.03%
G = 37.21%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FDE07D (or 0xFDE07D) is known color: Sweet Corn. HEX triplet: FD, E0 and 7D. RGB value is (253,224,125). Sum of RGB (Red+Green+Blue) = 253+224+125=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 224 (87.89% from 255 or 37.21% from 602); Blue value is 125 (49.22% from 255 or 20.76% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE07D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE07D is #021F82. Grayscale: #DDDDDD. Windows color (decimal): -139139 or 8249597. OLE color: 8249597.

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

Color convert

RGB 253 224 125 -
CMYK 0 0.11 0.51 0.01
HSL 46.41º 0.97% 0.74% -
HSV(B) 46.41º 0.51% 0.99% -
XYZ 70.87 75.67 30.27 -
YUV 221.39 73.61 150.55 -
System Red Green Blue C M Y K H S L
Decimal 253 224 125 0 0.11 0.51 0.01 46.41 0.97 0.74
Hex FD E0 7D 0 B 33 1 2E 61 4A
Octal 375 340 175 0 13 63 1 56 141 112
Binary 11111101 11100000 1111101 0 1011 110011 1 101110 1100001 1001010

Color Harmonies of #FDE07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE07D

Black with #FDE07D

Text Example


Text Example

White with #FDE07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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