Html Css Color HEX #FDE072 Sweet Corn

📋 copy color: '#FDE072'

red 253 ◦ green 224 ◦ blue 114

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

Shades of Sweet Corn #FDE072

Tints of Sweet Corn #FDE072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 19.29%

R = 42.81%
G = 37.9%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FDE072 (or 0xFDE072) is known color: Sweet Corn. HEX triplet: FD, E0 and 72. RGB value is (253,224,114). Sum of RGB (Red+Green+Blue) = 253+224+114=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 224 (87.89% from 255 or 37.90% from 591); Blue value is 114 (44.92% from 255 or 19.29% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE072 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE072 is #021F8D. Grayscale: #DCDCDC. Windows color (decimal): -139150 or 7528701. OLE color: 7528701.

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

Color convert

RGB 253 224 114 -
CMYK 0 0.11 0.55 0.01
HSL 47.48º 0.97% 0.72% -
HSV(B) 47.48º 0.55% 0.99% -
XYZ 70.2 75.41 26.77 -
YUV 220.13 68.11 151.44 -
System Red Green Blue C M Y K H S L
Decimal 253 224 114 0 0.11 0.55 0.01 47.48 0.97 0.72
Hex FD E0 72 0 B 37 1 2F 61 48
Octal 375 340 162 0 13 67 1 57 141 110
Binary 11111101 11100000 1110010 0 1011 110111 1 101111 1100001 1001000

Color Harmonies of #FDE072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE072

Black with #FDE072

Text Example


Text Example

White with #FDE072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE072; }

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

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

background-color css

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

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

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

border-color css

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

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

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