#F5E09B

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

Shades of Vis Vis #F5E09B

Tints of Vis Vis #F5E09B

Color information

#F5E09B (or 0xF5E09B) is unknown color: approx Vis Vis. HEX triplet: F5, E0 and 9B. RGB value is (245,224,155). Sum of RGB (Red+Green+Blue) = 245+224+155=624 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.26% from 624); Green value is 224 (87.89% from 255 or 35.90% from 624); Blue value is 155 (60.94% from 255 or 24.84% from 624); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E09B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E09B is #0A1F64. Grayscale: #DEDEDE. Windows color (decimal): -663397 or 10215669. OLE color: 10215669.

HSL color Cylindrical-coordinate representation of color #F5E09B: hue angle of 46º 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 #F5E09B is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB245224155-
CMYK00.090.370.04
HSL46º81.82%78.43%-
HSV(B)46º36.73%96.08%-
XYZ70.2375.0941.8-
YUV222.4189.96144.11-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.26%
GREEN value IS 224 (87.89% from 255) = 35.90%
BLUE value IS 155 (60.94% from 255) = 24.84%
R=39.26%
G=35.90%
B=24.84%

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
Decimal24522415500.090.370.044681.8278.43
HexF5E09B092542e524e
Octal36534023301145456122116
Binary1111010111100000100110110100110010110010111010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E09B; }

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

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

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

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

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

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

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

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