Html Css Color HEX #FDE078 Sweet Corn

📋 copy color: '#FDE078'

red 253 ◦ green 224 ◦ blue 120

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

Shades of Sweet Corn #FDE078

Tints of Sweet Corn #FDE078

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.52%

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

R = 42.38%
G = 37.52%
B = 20.1%

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

#FDE078 (or 0xFDE078) is known color: Sweet Corn. HEX triplet: FD, E0 and 78. RGB value is (253,224,120). Sum of RGB (Red+Green+Blue) = 253+224+120=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 224 (87.89% from 255 or 37.52% from 597); Blue value is 120 (47.27% from 255 or 20.10% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE078 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE078 is #021F87. Grayscale: #DDDDDD. Windows color (decimal): -139144 or 7921917. OLE color: 7921917.

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

Color convert

RGB 253 224 120 -
CMYK 0 0.11 0.53 0.01
HSL 46.92º 0.97% 0.73% -
HSV(B) 46.92º 0.53% 0.99% -
XYZ 70.55 75.55 28.63 -
YUV 220.82 71.11 150.96 -
System Red Green Blue C M Y K H S L
Decimal 253 224 120 0 0.11 0.53 0.01 46.92 0.97 0.73
Hex FD E0 78 0 B 35 1 2F 61 49
Octal 375 340 170 0 13 65 1 57 141 111
Binary 11111101 11100000 1111000 0 1011 110101 1 101111 1100001 1001001

Color Harmonies of #FDE078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE078

Black with #FDE078

Text Example


Text Example

White with #FDE078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE078; }

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

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

background-color css

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

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

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

border-color css

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

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

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