Html Css Color HEX #FDE07C Sweet Corn

📋 copy color: '#FDE07C'

red 253 ◦ green 224 ◦ blue 124

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

Shades of Sweet Corn #FDE07C

Tints of Sweet Corn #FDE07C

RGB

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

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

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

R = 42.1%
G = 37.27%
B = 20.63%

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

#FDE07C (or 0xFDE07C) is known color: Sweet Corn. HEX triplet: FD, E0 and 7C. RGB value is (253,224,124). Sum of RGB (Red+Green+Blue) = 253+224+124=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 224 (87.89% from 255 or 37.27% from 601); Blue value is 124 (48.83% from 255 or 20.63% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE07C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE07C is #021F83. Grayscale: #DDDDDD. Windows color (decimal): -139140 or 8184061. OLE color: 8184061.

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

Color convert

RGB 253 224 124 -
CMYK 0 0.11 0.51 0.01
HSL 46.51º 0.97% 0.74% -
HSV(B) 46.51º 0.51% 0.99% -
XYZ 70.8 75.65 29.94 -
YUV 221.27 73.11 150.63 -
System Red Green Blue C M Y K H S L
Decimal 253 224 124 0 0.11 0.51 0.01 46.51 0.97 0.74
Hex FD E0 7C 0 B 33 1 2F 61 4A
Octal 375 340 174 0 13 63 1 57 141 112
Binary 11111101 11100000 1111100 0 1011 110011 1 101111 1100001 1001010

Color Harmonies of #FDE07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE07C

Black with #FDE07C

Text Example


Text Example

White with #FDE07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE07C; }

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

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

background-color css

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

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

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

border-color css

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

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

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