#FDE38B

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

Shades of Vis Vis #FDE38B

Tints of Vis Vis #FDE38B

Color information

#FDE38B (or 0xFDE38B) is unknown color: approx Vis Vis. HEX triplet: FD, E3 and 8B. RGB value is (253,227,139). Sum of RGB (Red+Green+Blue) = 253+227+139=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 227 (89.06% from 255 or 36.67% from 619); Blue value is 139 (54.69% from 255 or 22.46% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE38B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE38B is #021C74. Grayscale: #E1E1E1. Windows color (decimal): -138357 or 9167869. OLE color: 9167869.

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

Color convert

RGB253227139-
CMYK00.100.450.01
HSL46.32º96.61%76.86%-
HSV(B)46.32º45.06%99.22%-
XYZ72.6477.6835.59-
YUV224.7479.61148.16-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.87%
GREEN value IS 227 (89.06% from 255) = 36.67%
BLUE value IS 139 (54.69% from 255) = 22.46%
R=40.87%
G=36.67%
B=22.46%

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
Decimal25322713900.100.450.0146.3296.6176.86
HexFDE38B0A2D12e614d
Octal37534321301255156141115
Binary11111101111000111000101101010101101110111011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE38B; }

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

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

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

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

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

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

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

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