Html Css Color HEX #FCE180 Sweet Corn

📋 copy color: '#FCE180'

red 252 ◦ green 225 ◦ blue 128

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

Shades of Sweet Corn #FCE180

Tints of Sweet Corn #FCE180

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.19%

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

R = 41.65%
G = 37.19%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FCE180 (or 0xFCE180) is known color: Sweet Corn. HEX triplet: FC, E1 and 80. RGB value is (252,225,128). Sum of RGB (Red+Green+Blue) = 252+225+128=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 225 (88.28% from 255 or 37.19% from 605); Blue value is 128 (50.39% from 255 or 21.16% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE180 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE180 is #031E7F. Grayscale: #DEDEDE. Windows color (decimal): -204416 or 8446460. OLE color: 8446460.

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

Color convert

RGB 252 225 128 -
CMYK 0 0.11 0.49 0.01
HSL 46.94º 0.95% 0.75% -
HSV(B) 46.94º 0.49% 0.99% -
XYZ 70.97 76.1 31.37 -
YUV 222.02 74.95 149.39 -
System Red Green Blue C M Y K H S L
Decimal 252 225 128 0 0.11 0.49 0.01 46.94 0.95 0.75
Hex FC E1 80 0 B 31 1 2F 5F 4B
Octal 374 341 200 0 13 61 1 57 137 113
Binary 11111100 11100001 10000000 0 1011 110001 1 101111 1011111 1001011

Color Harmonies of #FCE180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE180

Black with #FCE180

Text Example


Text Example

White with #FCE180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE180; }

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

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

background-color css

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

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

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

border-color css

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

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

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