Html Css Color HEX #F5E09A Vis Vis

📋 copy color: '#F5E09A'

red 245 ◦ green 224 ◦ blue 154

#F5E09A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vis Vis #F5E09A

Tints of Vis Vis #F5E09A

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 value IS 0

 M value IS 0.09

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F5E09A (or 0xF5E09A) is known color: 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

RGB 245 224 154 -
CMYK 0 0.09 0.37 0.04
HSL 46.15º 0.82% 0.78% -
HSV(B) 46.15º 0.37% 0.96% -
XYZ 70.14 75.06 41.36 -
YUV 222.3 89.46 144.19 -
System Red Green Blue C M Y K H S L
Decimal 245 224 154 0 0.09 0.37 0.04 46.15 0.82 0.78
Hex F5 E0 9A 0 9 25 4 2E 52 4E
Octal 365 340 232 0 11 45 4 56 122 116
Binary 11110101 11100000 10011010 0 1001 100101 100 101110 1010010 1001110

Color Harmonies of #F5E09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E09A

Black with #F5E09A

Text Example


Text Example

White with #F5E09A

Text Example


Text Example

HTML Codes & Css Web 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>