Html Css Color HEX #FDE378 Sweet Corn

📋 copy color: '#FDE378'

red 253 ◦ green 227 ◦ blue 120

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

Shades of Sweet Corn #FDE378

Tints of Sweet Corn #FDE378

RGB

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

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

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

R = 42.17%
G = 37.83%
B = 20%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FDE378 (or 0xFDE378) is known color: Sweet Corn. HEX triplet: FD, E3 and 78. RGB value is (253,227,120). Sum of RGB (Red+Green+Blue) = 253+227+120=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 227 (89.06% from 255 or 37.83% from 600); Blue value is 120 (47.27% from 255 or 20% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE378 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE378 is #021C87. Grayscale: #DFDFDF. Windows color (decimal): -138376 or 7922685. OLE color: 7922685.

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

Color convert

RGB 253 227 120 -
CMYK 0 0.10 0.53 0.01
HSL 48.27º 0.97% 0.73% -
HSV(B) 48.27º 0.53% 0.99% -
XYZ 71.37 77.18 28.9 -
YUV 222.58 70.11 149.7 -
System Red Green Blue C M Y K H S L
Decimal 253 227 120 0 0.10 0.53 0.01 48.27 0.97 0.73
Hex FD E3 78 0 A 35 1 30 61 49
Octal 375 343 170 0 12 65 1 60 141 111
Binary 11111101 11100011 1111000 0 1010 110101 1 110000 1100001 1001001

Color Harmonies of #FDE378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE378

Black with #FDE378

Text Example


Text Example

White with #FDE378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE378; }

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

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

background-color css

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

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

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

border-color css

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

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

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