Html Css Color HEX #F5E794 Picasso

📋 copy color: '#F5E794'

red 245 ◦ green 231 ◦ blue 148

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

Shades of Picasso #F5E794

Tints of Picasso #F5E794

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.02%

 BLUE value IS 148 (58.2% from 255) = 23.72%

R = 39.26%
G = 37.02%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F5E794 (or 0xF5E794) is known color: Picasso. HEX triplet: F5, E7 and 94. RGB value is (245,231,148). Sum of RGB (Red+Green+Blue) = 245+231+148=624 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.26% from 624); Green value is 231 (90.62% from 255 or 37.02% from 624); Blue value is 148 (58.20% from 255 or 23.72% from 624); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E794 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5E794 is #0A186B. Grayscale: #E2E2E2. Windows color (decimal): -661612 or 9758709. OLE color: 9758709.

HSL color Cylindrical-coordinate representation of color #F5E794: hue angle of 51.34º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F5E794 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 231 148 -
CMYK 0 0.06 0.40 0.04
HSL 51.34º 0.83% 0.77% -
HSV(B) 51.34º 0.4% 0.96% -
XYZ 71.58 78.7 39.44 -
YUV 225.72 84.14 141.75 -
System Red Green Blue C M Y K H S L
Decimal 245 231 148 0 0.06 0.40 0.04 51.34 0.83 0.77
Hex F5 E7 94 0 6 28 4 33 53 4D
Octal 365 347 224 0 6 50 4 63 123 115
Binary 11110101 11100111 10010100 0 110 101000 100 110011 1010011 1001101

Color Harmonies of #F5E794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E794

Black with #F5E794

Text Example


Text Example

White with #F5E794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E794; }

 p { color: rgb(245,231,148); }

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

background-color css

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

 a { background-color: rgb(245,231,148); }

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

border-color css

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

 span { border-color: rgb(245,231,148); }

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