#F5DF9B

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

Shades of Vis Vis #F5DF9B

Tints of Vis Vis #F5DF9B

Color information

#F5DF9B (or 0xF5DF9B) is unknown color: approx Vis Vis. HEX triplet: F5, DF and 9B. RGB value is (245,223,155). Sum of RGB (Red+Green+Blue) = 245+223+155=623 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.33% from 623); Green value is 223 (87.5% from 255 or 35.79% from 623); Blue value is 155 (60.94% from 255 or 24.88% from 623); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DF9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DF9B is #0A2064. Grayscale: #DEDEDE. Windows color (decimal): -663653 or 10215413. OLE color: 10215413.

HSL color Cylindrical-coordinate representation of color #F5DF9B: hue angle of 45.33º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F5DF9B is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB245223155-
CMYK00.090.370.04
HSL45.33º81.82%78.43%-
HSV(B)45.33º36.73%96.08%-
XYZ69.9674.5541.71-
YUV221.8390.29144.53-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.33%
GREEN value IS 223 (87.5% from 255) = 35.79%
BLUE value IS 155 (60.94% from 255) = 24.88%
R=39.33%
G=35.79%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522315500.090.370.0445.3381.8278.43
HexF5DF9B092542d524e
Octal36533723301145455122116
Binary1111010111011111100110110100110010110010110110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DF9B; }

 p { color: rgb(245,223,155); }

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

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

 a { background-color: rgb(245,223,155); }

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

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

 span { border-color: rgb(245,223,155); }

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