Html Css Color HEX #F5E08E Vis Vis

📋 copy color: '#F5E08E'

red 245 ◦ green 224 ◦ blue 142

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

Shades of Vis Vis #F5E08E

Tints of Vis Vis #F5E08E

RGB

 RED value IS 245 (96.09% from 255) = 40.1%

 GREEN value IS 224 (87.89% from 255) = 36.66%

 BLUE value IS 142 (55.86% from 255) = 23.24%

R = 40.1%
G = 36.66%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5E08E (or 0xF5E08E) is known color: Vis Vis. HEX triplet: F5, E0 and 8E. RGB value is (245,224,142). Sum of RGB (Red+Green+Blue) = 245+224+142=611 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.10% from 611); Green value is 224 (87.89% from 255 or 36.66% from 611); Blue value is 142 (55.86% from 255 or 23.24% from 611); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E08E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E08E is #0A1F71. Grayscale: #DDDDDD. Windows color (decimal): -663410 or 9363701. OLE color: 9363701.

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

Color convert

RGB 245 224 142 -
CMYK 0 0.09 0.42 0.04
HSL 47.77º 0.84% 0.76% -
HSV(B) 47.77º 0.42% 0.96% -
XYZ 69.19 74.68 36.36 -
YUV 220.93 83.46 145.17 -
System Red Green Blue C M Y K H S L
Decimal 245 224 142 0 0.09 0.42 0.04 47.77 0.84 0.76
Hex F5 E0 8E 0 9 2A 4 30 54 4C
Octal 365 340 216 0 11 52 4 60 124 114
Binary 11110101 11100000 10001110 0 1001 101010 100 110000 1010100 1001100

Color Harmonies of #F5E08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E08E

Black with #F5E08E

Text Example


Text Example

White with #F5E08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E08E; }

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

 H1.HeaderClassName
 {
   color: #F5E08E;
 }
 .AnyTagClassName
 {
   color: #F5E08E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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