#FCE28A

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

Shades of Vis Vis #FCE28A

Tints of Vis Vis #FCE28A

Color information

#FCE28A (or 0xFCE28A) is unknown color: approx Vis Vis. HEX triplet: FC, E2 and 8A. RGB value is (252,226,138). Sum of RGB (Red+Green+Blue) = 252+226+138=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 226 (88.67% from 255 or 36.69% from 616); Blue value is 138 (54.30% from 255 or 22.40% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE28A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE28A is #031D75. Grayscale: #E0E0E0. Windows color (decimal): -204150 or 9102076. OLE color: 9102076.

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

Color convert

RGB252226138-
CMYK00.100.450.01
HSL46.32º95%76.47%-
HSV(B)46.32º45.24%98.82%-
XYZ71.9376.9235.1-
YUV223.7479.61148.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.91%
GREEN value IS 226 (88.67% from 255) = 36.69%
BLUE value IS 138 (54.30% from 255) = 22.40%
R=40.91%
G=36.69%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222613800.100.450.0146.329576.47
HexFCE28A0A2D12e5f4c
Octal37434221201255156137114
Binary11111100111000101000101001010101101110111010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE28A; }

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

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

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

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

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

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

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

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