Html Css Color HEX #F5E992 Picasso

📋 copy color: '#F5E992'

red 245 ◦ green 233 ◦ blue 146

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

Shades of Picasso #F5E992

Tints of Picasso #F5E992

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.34%

 BLUE value IS 146 (57.42% from 255) = 23.4%

R = 39.26%
G = 37.34%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F5E992 (or 0xF5E992) is known color: Picasso. HEX triplet: F5, E9 and 92. RGB value is (245,233,146). Sum of RGB (Red+Green+Blue) = 245+233+146=624 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.26% from 624); Green value is 233 (91.41% from 255 or 37.34% from 624); Blue value is 146 (57.42% from 255 or 23.40% from 624); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E992 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5E992 is #0A166D. Grayscale: #E3E3E3. Windows color (decimal): -661102 or 9628149. OLE color: 9628149.

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

Color convert

RGB 245 233 146 -
CMYK 0 0.05 0.40 0.04
HSL 52.73º 0.83% 0.77% -
HSV(B) 52.73º 0.4% 0.96% -
XYZ 71.98 79.77 38.8 -
YUV 226.67 82.48 141.07 -
System Red Green Blue C M Y K H S L
Decimal 245 233 146 0 0.05 0.40 0.04 52.73 0.83 0.77
Hex F5 E9 92 0 5 28 4 35 53 4D
Octal 365 351 222 0 5 50 4 65 123 115
Binary 11110101 11101001 10010010 0 101 101000 100 110101 1010011 1001101

Color Harmonies of #F5E992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E992

Black with #F5E992

Text Example


Text Example

White with #F5E992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E992; }

 p { color: rgb(245,233,146); }

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

background-color css

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

 a { background-color: rgb(245,233,146); }

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

border-color css

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

 span { border-color: rgb(245,233,146); }

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