Html Css Color HEX #FDE373 Sweet Corn

📋 copy color: '#FDE373'

red 253 ◦ green 227 ◦ blue 115

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

Shades of Sweet Corn #FDE373

Tints of Sweet Corn #FDE373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 19.33%

R = 42.52%
G = 38.15%
B = 19.33%

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

#FDE373 (or 0xFDE373) is known color: Sweet Corn. HEX triplet: FD, E3 and 73. RGB value is (253,227,115). Sum of RGB (Red+Green+Blue) = 253+227+115=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 227 (89.06% from 255 or 38.15% from 595); Blue value is 115 (45.31% from 255 or 19.33% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE373 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE373 is #021C8C. Grayscale: #DEDEDE. Windows color (decimal): -138381 or 7595005. OLE color: 7595005.

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

Color convert

RGB 253 227 115 -
CMYK 0 0.10 0.55 0.01
HSL 48.7º 0.97% 0.72% -
HSV(B) 48.7º 0.55% 0.99% -
XYZ 71.07 77.06 27.35 -
YUV 222.01 67.61 150.11 -
System Red Green Blue C M Y K H S L
Decimal 253 227 115 0 0.10 0.55 0.01 48.7 0.97 0.72
Hex FD E3 73 0 A 37 1 31 61 48
Octal 375 343 163 0 12 67 1 61 141 110
Binary 11111101 11100011 1110011 0 1010 110111 1 110001 1100001 1001000

Color Harmonies of #FDE373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE373

Black with #FDE373

Text Example


Text Example

White with #FDE373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE373; }

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

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

background-color css

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

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

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

border-color css

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

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

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