#FCE58A

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

Shades of Vis Vis #FCE58A

Tints of Vis Vis #FCE58A

Color information

#FCE58A (or 0xFCE58A) is unknown color: approx Vis Vis. HEX triplet: FC, E5 and 8A. RGB value is (252,229,138). Sum of RGB (Red+Green+Blue) = 252+229+138=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 229 (89.84% from 255 or 37.00% from 619); Blue value is 138 (54.30% from 255 or 22.29% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE58A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE58A is #031A75. Grayscale: #E1E1E1. Windows color (decimal): -203382 or 9102844. OLE color: 9102844.

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

Color convert

RGB252229138-
CMYK00.090.450.01
HSL47.89º95%76.47%-
HSV(B)47.89º45.24%98.82%-
XYZ72.7578.5735.38-
YUV225.578.62146.9-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.71%
GREEN value IS 229 (89.84% from 255) = 37.00%
BLUE value IS 138 (54.30% from 255) = 22.29%
R=40.71%
G=37.00%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222913800.090.450.0147.899576.47
HexFCE58A092D1305f4c
Octal37434521201155160137114
Binary11111100111001011000101001001101101111000010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE58A; }

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

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

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

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

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

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

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

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