#FCDF90

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

Shades of Vis Vis #FCDF90

Tints of Vis Vis #FCDF90

Color information

#FCDF90 (or 0xFCDF90) is unknown color: approx Vis Vis. HEX triplet: FC, DF and 90. RGB value is (252,223,144). Sum of RGB (Red+Green+Blue) = 252+223+144=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 223 (87.5% from 255 or 36.03% from 619); Blue value is 144 (56.64% from 255 or 23.26% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDF90 is #03206F. Grayscale: #DFDFDF. Windows color (decimal): -204912 or 9494524. OLE color: 9494524.

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

Color convert

RGB252223144-
CMYK00.120.430.01
HSL43.89º94.74%77.65%-
HSV(B)43.89º42.86%98.82%-
XYZ71.5775.4837.18-
YUV222.6683.61148.92-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.71%
GREEN value IS 223 (87.5% from 255) = 36.03%
BLUE value IS 144 (56.64% from 255) = 23.26%
R=40.71%
G=36.03%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222314400.120.430.0143.8994.7477.65
HexFCDF900C2B12c5f4e
Octal37433722001453154137116
Binary11111100110111111001000001100101011110110010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDF90; }

 p { color: rgb(252,223,144); }

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

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

 a { background-color: rgb(252,223,144); }

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

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

 span { border-color: rgb(252,223,144); }

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