Html Css Color HEX #FDE371 Sweet Corn

📋 copy color: '#FDE371'

red 253 ◦ green 227 ◦ blue 113

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

Shades of Sweet Corn #FDE371

Tints of Sweet Corn #FDE371

RGB

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

 GREEN value IS 227 (89.06% from 255) = 38.28%

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

R = 42.66%
G = 38.28%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FDE371 (or 0xFDE371) is known color: Sweet Corn. HEX triplet: FD, E3 and 71. RGB value is (253,227,113). Sum of RGB (Red+Green+Blue) = 253+227+113=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 227 (89.06% from 255 or 38.28% from 593); Blue value is 113 (44.53% from 255 or 19.06% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE371 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE371 is #021C8E. Grayscale: #DEDEDE. Windows color (decimal): -138383 or 7463933. OLE color: 7463933.

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

Color convert

RGB 253 227 113 -
CMYK 0 0.10 0.55 0.01
HSL 48.86º 0.97% 0.72% -
HSV(B) 48.86º 0.55% 0.99% -
XYZ 70.96 77.01 26.75 -
YUV 221.78 66.61 150.27 -
System Red Green Blue C M Y K H S L
Decimal 253 227 113 0 0.10 0.55 0.01 48.86 0.97 0.72
Hex FD E3 71 0 A 37 1 31 61 48
Octal 375 343 161 0 12 67 1 61 141 110
Binary 11111101 11100011 1110001 0 1010 110111 1 110001 1100001 1001000

Color Harmonies of #FDE371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE371

Black with #FDE371

Text Example


Text Example

White with #FDE371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE371; }

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

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

background-color css

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

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

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

border-color css

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

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

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