Html Css Color HEX #F5E694 Picasso

📋 copy color: '#F5E694'

red 245 ◦ green 230 ◦ blue 148

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

Shades of Picasso #F5E694

Tints of Picasso #F5E694

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.92%

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

R = 39.33%
G = 36.92%
B = 23.76%

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

#F5E694 (or 0xF5E694) is known color: Picasso. HEX triplet: F5, E6 and 94. RGB value is (245,230,148). Sum of RGB (Red+Green+Blue) = 245+230+148=623 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.33% from 623); Green value is 230 (90.23% from 255 or 36.92% from 623); Blue value is 148 (58.20% from 255 or 23.76% from 623); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E694 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5E694 is #0A196B. Grayscale: #E1E1E1. Windows color (decimal): -661868 or 9758453. OLE color: 9758453.

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

Color convert

RGB 245 230 148 -
CMYK 0 0.06 0.40 0.04
HSL 50.72º 0.83% 0.77% -
HSV(B) 50.72º 0.4% 0.96% -
XYZ 71.3 78.14 39.34 -
YUV 225.14 84.47 142.17 -
System Red Green Blue C M Y K H S L
Decimal 245 230 148 0 0.06 0.40 0.04 50.72 0.83 0.77
Hex F5 E6 94 0 6 28 4 33 53 4D
Octal 365 346 224 0 6 50 4 63 123 115
Binary 11110101 11100110 10010100 0 110 101000 100 110011 1010011 1001101

Color Harmonies of #F5E694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E694

Black with #F5E694

Text Example


Text Example

White with #F5E694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E694; }

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

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

background-color css

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

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

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

border-color css

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

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

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