#FCE08A

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

Shades of Vis Vis #FCE08A

Tints of Vis Vis #FCE08A

Color information

#FCE08A (or 0xFCE08A) is unknown color: approx Vis Vis. HEX triplet: FC, E0 and 8A. RGB value is (252,224,138). Sum of RGB (Red+Green+Blue) = 252+224+138=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 224 (87.89% from 255 or 36.48% from 614); Blue value is 138 (54.30% from 255 or 22.48% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE08A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE08A is #031F75. Grayscale: #DEDEDE. Windows color (decimal): -204662 or 9101564. OLE color: 9101564.

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

Color convert

RGB252224138-
CMYK00.110.450.01
HSL45.26º95%76.47%-
HSV(B)45.26º45.24%98.82%-
XYZ71.3975.8434.92-
YUV222.5780.28148.99-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.04%
GREEN value IS 224 (87.89% from 255) = 36.48%
BLUE value IS 138 (54.30% from 255) = 22.48%
R=41.04%
G=36.48%
B=22.48%

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
Decimal25222413800.110.450.0145.269576.47
HexFCE08A0B2D12d5f4c
Octal37434021201355155137114
Binary11111100111000001000101001011101101110110110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE08A; }

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

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

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

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

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

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

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

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