Html Css Color HEX #F5E28E Vis Vis

📋 copy color: '#F5E28E'

red 245 ◦ green 226 ◦ blue 142

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

Shades of Vis Vis #F5E28E

Tints of Vis Vis #F5E28E

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.87%

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

R = 39.97%
G = 36.87%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5E28E (or 0xF5E28E) is known color: Vis Vis. HEX triplet: F5, E2 and 8E. RGB value is (245,226,142). Sum of RGB (Red+Green+Blue) = 245+226+142=613 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.97% from 613); Green value is 226 (88.67% from 255 or 36.87% from 613); Blue value is 142 (55.86% from 255 or 23.16% from 613); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E28E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E28E is #0A1D71. Grayscale: #DEDEDE. Windows color (decimal): -662898 or 9364213. OLE color: 9364213.

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

Color convert

RGB 245 226 142 -
CMYK 0 0.08 0.42 0.04
HSL 48.93º 0.84% 0.76% -
HSV(B) 48.93º 0.42% 0.96% -
XYZ 69.74 75.76 36.54 -
YUV 222.11 82.79 144.33 -
System Red Green Blue C M Y K H S L
Decimal 245 226 142 0 0.08 0.42 0.04 48.93 0.84 0.76
Hex F5 E2 8E 0 8 2A 4 31 54 4C
Octal 365 342 216 0 10 52 4 61 124 114
Binary 11110101 11100010 10001110 0 1000 101010 100 110001 1010100 1001100

Color Harmonies of #F5E28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E28E

Black with #F5E28E

Text Example


Text Example

White with #F5E28E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E28E; }

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

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

background-color css

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

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

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

border-color css

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

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

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