Html Css Color HEX #F5E090 Vis Vis

📋 copy color: '#F5E090'

red 245 ◦ green 224 ◦ blue 144

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

Shades of Vis Vis #F5E090

Tints of Vis Vis #F5E090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 23.49%

R = 39.97%
G = 36.54%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F5E090 (or 0xF5E090) is known color: Vis Vis. HEX triplet: F5, E0 and 90. RGB value is (245,224,144). Sum of RGB (Red+Green+Blue) = 245+224+144=613 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.97% from 613); Green value is 224 (87.89% from 255 or 36.54% from 613); Blue value is 144 (56.64% from 255 or 23.49% from 613); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E090 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E090 is #0A1F6F. Grayscale: #DDDDDD. Windows color (decimal): -663408 or 9494773. OLE color: 9494773.

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

Color convert

RGB 245 224 144 -
CMYK 0 0.09 0.41 0.04
HSL 47.52º 0.83% 0.76% -
HSV(B) 47.52º 0.41% 0.96% -
XYZ 69.35 74.74 37.16 -
YUV 221.16 84.46 145 -
System Red Green Blue C M Y K H S L
Decimal 245 224 144 0 0.09 0.41 0.04 47.52 0.83 0.76
Hex F5 E0 90 0 9 29 4 30 53 4C
Octal 365 340 220 0 11 51 4 60 123 114
Binary 11110101 11100000 10010000 0 1001 101001 100 110000 1010011 1001100

Color Harmonies of #F5E090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E090

Black with #F5E090

Text Example


Text Example

White with #F5E090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E090; }

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

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

background-color css

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

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

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

border-color css

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

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

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