#FCE18A

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

Shades of Vis Vis #FCE18A

Tints of Vis Vis #FCE18A

Color information

#FCE18A (or 0xFCE18A) is unknown color: approx Vis Vis. HEX triplet: FC, E1 and 8A. RGB value is (252,225,138). Sum of RGB (Red+Green+Blue) = 252+225+138=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 225 (88.28% from 255 or 36.59% from 615); Blue value is 138 (54.30% from 255 or 22.44% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE18A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE18A is #031E75. Grayscale: #DFDFDF. Windows color (decimal): -204406 or 9101820. OLE color: 9101820.

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

Color convert

RGB252225138-
CMYK00.110.450.01
HSL45.79º95%76.47%-
HSV(B)45.79º45.24%98.82%-
XYZ71.6676.3835.01-
YUV223.1679.95148.57-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.98%
GREEN value IS 225 (88.28% from 255) = 36.59%
BLUE value IS 138 (54.30% from 255) = 22.44%
R=40.98%
G=36.59%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222513800.110.450.0145.799576.47
HexFCE18A0B2D12e5f4c
Octal37434121201355156137114
Binary11111100111000011000101001011101101110111010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE18A; }

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

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

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

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

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

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

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

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