#FCE28C

Color #FCE28C Vis Vis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vis Vis #FCE28C

Tints of Vis Vis #FCE28C

Color information

#FCE28C (or 0xFCE28C) is unknown color: approx Vis Vis. HEX triplet: FC, E2 and 8C. RGB value is (252,226,140). Sum of RGB (Red+Green+Blue) = 252+226+140=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 226 (88.67% from 255 or 36.57% from 618); Blue value is 140 (55.08% from 255 or 22.65% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE28C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE28C is #031D73. Grayscale: #E0E0E0. Windows color (decimal): -204148 or 9233148. OLE color: 9233148.

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

Color convert

RGB252226140-
CMYK00.100.440.01
HSL46.07º94.92%76.86%-
HSV(B)46.07º44.44%98.82%-
XYZ72.0776.9835.87-
YUV223.9780.61147.99-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.78%
GREEN value IS 226 (88.67% from 255) = 36.57%
BLUE value IS 140 (55.08% from 255) = 22.65%
R=40.78%
G=36.57%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222614000.100.440.0146.0794.9276.86
HexFCE28C0A2C12e5f4d
Octal37434221401254156137115
Binary11111100111000101000110001010101100110111010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE28C; }

 p { color: rgb(252,226,140); }

 H1.HeaderClassName
 {
   color: #FCE28C;
 }
 .AnyTagClassName
 {
   color: #FCE28C;
 }
</style>
background-color css

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

 a { background-color: rgb(252,226,140); }

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

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

 span { border-color: rgb(252,226,140); }

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