Html Css Color HEX #FDE071 Sweet Corn

📋 copy color: '#FDE071'

red 253 ◦ green 224 ◦ blue 113

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

Shades of Sweet Corn #FDE071

Tints of Sweet Corn #FDE071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.15%

R = 42.88%
G = 37.97%
B = 19.15%

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

#FDE071 (or 0xFDE071) is known color: Sweet Corn. HEX triplet: FD, E0 and 71. RGB value is (253,224,113). Sum of RGB (Red+Green+Blue) = 253+224+113=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 224 (87.89% from 255 or 37.97% from 590); Blue value is 113 (44.53% from 255 or 19.15% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE071 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE071 is #021F8E. Grayscale: #DCDCDC. Windows color (decimal): -139151 or 7463165. OLE color: 7463165.

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

Color convert

RGB 253 224 113 -
CMYK 0 0.11 0.55 0.01
HSL 47.57º 0.97% 0.72% -
HSV(B) 47.57º 0.55% 0.99% -
XYZ 70.14 75.39 26.48 -
YUV 220.02 67.61 151.53 -
System Red Green Blue C M Y K H S L
Decimal 253 224 113 0 0.11 0.55 0.01 47.57 0.97 0.72
Hex FD E0 71 0 B 37 1 30 61 48
Octal 375 340 161 0 13 67 1 60 141 110
Binary 11111101 11100000 1110001 0 1011 110111 1 110000 1100001 1001000

Color Harmonies of #FDE071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE071

Black with #FDE071

Text Example


Text Example

White with #FDE071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE071; }

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

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

background-color css

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

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

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

border-color css

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

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

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