#FDE090

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

Shades of Vis Vis #FDE090

Tints of Vis Vis #FDE090

Color information

#FDE090 (or 0xFDE090) is unknown color: approx Vis Vis. HEX triplet: FD, E0 and 90. RGB value is (253,224,144). Sum of RGB (Red+Green+Blue) = 253+224+144=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 224 (87.89% from 255 or 36.07% from 621); Blue value is 144 (56.64% from 255 or 23.19% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE090 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE090 is #021F6F. Grayscale: #DFDFDF. Windows color (decimal): -139120 or 9494781. OLE color: 9494781.

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

Color convert

RGB253224144-
CMYK00.110.430.01
HSL44.04º96.46%77.84%-
HSV(B)44.04º43.08%99.22%-
XYZ72.276.2137.29-
YUV223.5583.11149-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.74%
GREEN value IS 224 (87.89% from 255) = 36.07%
BLUE value IS 144 (56.64% from 255) = 23.19%
R=40.74%
G=36.07%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322414400.110.430.0144.0496.4677.84
HexFDE0900B2B12c604e
Octal37534022001353154140116
Binary11111101111000001001000001011101011110110011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE090; }

 p { color: rgb(253,224,144); }

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

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

 a { background-color: rgb(253,224,144); }

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

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

 span { border-color: rgb(253,224,144); }

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