Html Css Color HEX #FDE473 Sweet Corn

📋 copy color: '#FDE473'

red 253 ◦ green 228 ◦ blue 115

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

Shades of Sweet Corn #FDE473

Tints of Sweet Corn #FDE473

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.26%

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

R = 42.45%
G = 38.26%
B = 19.3%

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

#FDE473 (or 0xFDE473) is known color: Sweet Corn. HEX triplet: FD, E4 and 73. RGB value is (253,228,115). Sum of RGB (Red+Green+Blue) = 253+228+115=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 228 (89.45% from 255 or 38.26% from 596); Blue value is 115 (45.31% from 255 or 19.30% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE473 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE473 is #021B8C. Grayscale: #DFDFDF. Windows color (decimal): -138125 or 7595261. OLE color: 7595261.

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

Color convert

RGB 253 228 115 -
CMYK 0 0.10 0.55 0.01
HSL 49.13º 0.97% 0.72% -
HSV(B) 49.13º 0.55% 0.99% -
XYZ 71.35 77.61 27.44 -
YUV 222.59 67.28 149.69 -
System Red Green Blue C M Y K H S L
Decimal 253 228 115 0 0.10 0.55 0.01 49.13 0.97 0.72
Hex FD E4 73 0 A 37 1 31 61 48
Octal 375 344 163 0 12 67 1 61 141 110
Binary 11111101 11100100 1110011 0 1010 110111 1 110001 1100001 1001000

Color Harmonies of #FDE473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE473

Black with #FDE473

Text Example


Text Example

White with #FDE473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE473; }

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

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

background-color css

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

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

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

border-color css

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

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

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