#F5E09A

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

Shades of Vis Vis #F5E09A

Tints of Vis Vis #F5E09A

Color information

#F5E09A (or 0xF5E09A) is unknown color: approx Vis Vis. HEX triplet: F5, E0 and 9A. RGB value is (245,224,154). Sum of RGB (Red+Green+Blue) = 245+224+154=623 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.33% from 623); Green value is 224 (87.89% from 255 or 35.96% from 623); Blue value is 154 (60.55% from 255 or 24.72% from 623); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E09A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E09A is #0A1F65. Grayscale: #DEDEDE. Windows color (decimal): -663398 or 10150133. OLE color: 10150133.

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

Color convert

RGB245224154-
CMYK00.090.370.04
HSL46.15º81.98%78.24%-
HSV(B)46.15º37.14%96.08%-
XYZ70.1475.0641.36-
YUV222.389.46144.19-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.33%
GREEN value IS 224 (87.89% from 255) = 35.96%
BLUE value IS 154 (60.55% from 255) = 24.72%
R=39.33%
G=35.96%
B=24.72%

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
Decimal24522415400.090.370.0446.1581.9878.24
HexF5E09A092542e524e
Octal36534023201145456122116
Binary1111010111100000100110100100110010110010111010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E09A; }

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

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

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

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

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

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

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

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