Html Css Color HEX #FDE273 Sweet Corn

📋 copy color: '#FDE273'

red 253 ◦ green 226 ◦ blue 115

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

Shades of Sweet Corn #FDE273

Tints of Sweet Corn #FDE273

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.05%

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

R = 42.59%
G = 38.05%
B = 19.36%

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

#FDE273 (or 0xFDE273) is known color: Sweet Corn. HEX triplet: FD, E2 and 73. RGB value is (253,226,115). Sum of RGB (Red+Green+Blue) = 253+226+115=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 226 (88.67% from 255 or 38.05% from 594); Blue value is 115 (45.31% from 255 or 19.36% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE273 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE273 is #021D8C. Grayscale: #DDDDDD. Windows color (decimal): -138637 or 7594749. OLE color: 7594749.

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

Color convert

RGB 253 226 115 -
CMYK 0 0.11 0.55 0.01
HSL 48.26º 0.97% 0.72% -
HSV(B) 48.26º 0.55% 0.99% -
XYZ 70.8 76.51 27.26 -
YUV 221.42 67.95 150.53 -
System Red Green Blue C M Y K H S L
Decimal 253 226 115 0 0.11 0.55 0.01 48.26 0.97 0.72
Hex FD E2 73 0 B 37 1 30 61 48
Octal 375 342 163 0 13 67 1 60 141 110
Binary 11111101 11100010 1110011 0 1011 110111 1 110000 1100001 1001000

Color Harmonies of #FDE273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE273

Black with #FDE273

Text Example


Text Example

White with #FDE273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE273; }

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

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

background-color css

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

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

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

border-color css

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

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

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