Html Css Color HEX #FCE580 Sweet Corn

📋 copy color: '#FCE580'

red 252 ◦ green 229 ◦ blue 128

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

Shades of Sweet Corn #FCE580

Tints of Sweet Corn #FCE580

RGB

 RED value IS 252 (98.83% from 255) = 41.38%

 GREEN value IS 229 (89.84% from 255) = 37.6%

 BLUE value IS 128 (50.39% from 255) = 21.02%

R = 41.38%
G = 37.6%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FCE580 (or 0xFCE580) is known color: Sweet Corn. HEX triplet: FC, E5 and 80. RGB value is (252,229,128). Sum of RGB (Red+Green+Blue) = 252+229+128=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 229 (89.84% from 255 or 37.60% from 609); Blue value is 128 (50.39% from 255 or 21.02% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE580 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE580 is #031A7F. Grayscale: #E0E0E0. Windows color (decimal): -203392 or 8447484. OLE color: 8447484.

HSL color Cylindrical-coordinate representation of color #FCE580: hue angle of 48.87º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FCE580 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 229 128 -
CMYK 0 0.09 0.49 0.01
HSL 48.87º 0.95% 0.75% -
HSV(B) 48.87º 0.49% 0.99% -
XYZ 72.06 78.29 31.74 -
YUV 224.36 73.62 147.71 -
System Red Green Blue C M Y K H S L
Decimal 252 229 128 0 0.09 0.49 0.01 48.87 0.95 0.75
Hex FC E5 80 0 9 31 1 31 5F 4B
Octal 374 345 200 0 11 61 1 61 137 113
Binary 11111100 11100101 10000000 0 1001 110001 1 110001 1011111 1001011

Color Harmonies of #FCE580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE580

Black with #FCE580

Text Example


Text Example

White with #FCE580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE580; }

 p { color: rgb(252,229,128); }

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

background-color css

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

 a { background-color: rgb(252,229,128); }

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

border-color css

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

 span { border-color: rgb(252,229,128); }

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