#FDE392

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

Shades of Vis Vis #FDE392

Tints of Vis Vis #FDE392

Color information

#FDE392 (or 0xFDE392) is unknown color: approx Vis Vis. HEX triplet: FD, E3 and 92. RGB value is (253,227,146). Sum of RGB (Red+Green+Blue) = 253+227+146=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 227 (89.06% from 255 or 36.26% from 626); Blue value is 146 (57.42% from 255 or 23.32% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE392 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE392 is #021C6D. Grayscale: #E1E1E1. Windows color (decimal): -138350 or 9626621. OLE color: 9626621.

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

Color convert

RGB253227146-
CMYK00.100.420.01
HSL45.42º96.4%78.24%-
HSV(B)45.42º42.29%99.22%-
XYZ73.1777.938.37-
YUV225.5483.11147.59-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.42%
GREEN value IS 227 (89.06% from 255) = 36.26%
BLUE value IS 146 (57.42% from 255) = 23.32%
R=40.42%
G=36.26%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322714600.100.420.0145.4296.478.24
HexFDE3920A2A12d604e
Octal37534322201252155140116
Binary11111101111000111001001001010101010110110111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE392; }

 p { color: rgb(253,227,146); }

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

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

 a { background-color: rgb(253,227,146); }

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

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

 span { border-color: rgb(253,227,146); }

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