Html Css Color HEX #FDE278 Sweet Corn

📋 copy color: '#FDE278'

red 253 ◦ green 226 ◦ blue 120

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

Shades of Sweet Corn #FDE278

Tints of Sweet Corn #FDE278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 20.03%

R = 42.24%
G = 37.73%
B = 20.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FDE278 (or 0xFDE278) is known color: Sweet Corn. HEX triplet: FD, E2 and 78. RGB value is (253,226,120). Sum of RGB (Red+Green+Blue) = 253+226+120=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 226 (88.67% from 255 or 37.73% from 599); Blue value is 120 (47.27% from 255 or 20.03% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE278 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE278 is #021D87. Grayscale: #DEDEDE. Windows color (decimal): -138632 or 7922429. OLE color: 7922429.

HSL color Cylindrical-coordinate representation of color #FDE278: hue angle of 47.82º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FDE278 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 226 120 -
CMYK 0 0.11 0.53 0.01
HSL 47.82º 0.97% 0.73% -
HSV(B) 47.82º 0.53% 0.99% -
XYZ 71.09 76.63 28.81 -
YUV 221.99 70.45 150.12 -
System Red Green Blue C M Y K H S L
Decimal 253 226 120 0 0.11 0.53 0.01 47.82 0.97 0.73
Hex FD E2 78 0 B 35 1 30 61 49
Octal 375 342 170 0 13 65 1 60 141 111
Binary 11111101 11100010 1111000 0 1011 110101 1 110000 1100001 1001001

Color Harmonies of #FDE278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE278

Black with #FDE278

Text Example


Text Example

White with #FDE278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE278; }

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

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

background-color css

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

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

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

border-color css

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

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

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