Html Css Color HEX #FAF095 Picasso

📋 copy color: '#FAF095'

red 250 ◦ green 240 ◦ blue 149

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

Shades of Picasso #FAF095

Tints of Picasso #FAF095

RGB

 RED value IS 250 (98.05% from 255) = 39.12%

 GREEN value IS 240 (94.14% from 255) = 37.56%

 BLUE value IS 149 (58.59% from 255) = 23.32%

R = 39.12%
G = 37.56%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FAF095 (or 0xFAF095) is known color: Picasso. HEX triplet: FA, F0 and 95. RGB value is (250,240,149). Sum of RGB (Red+Green+Blue) = 250+240+149=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 240 (94.14% from 255 or 37.56% from 639); Blue value is 149 (58.59% from 255 or 23.32% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF095 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF095 is #050F6A. Grayscale: #E8E8E8. Windows color (decimal): -331627 or 9826554. OLE color: 9826554.

HSL color Cylindrical-coordinate representation of color #FAF095: hue angle of 54.06º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FAF095 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 240 149 -
CMYK 0 0.04 0.40 0.02
HSL 54.06º 0.91% 0.78% -
HSV(B) 54.06º 0.4% 0.98% -
XYZ 76.01 84.81 40.8 -
YUV 232.62 80.81 140.4 -
System Red Green Blue C M Y K H S L
Decimal 250 240 149 0 0.04 0.40 0.02 54.06 0.91 0.78
Hex FA F0 95 0 4 28 2 36 5B 4E
Octal 372 360 225 0 4 50 2 66 133 116
Binary 11111010 11110000 10010101 0 100 101000 10 110110 1011011 1001110

Color Harmonies of #FAF095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF095

Black with #FAF095

Text Example


Text Example

White with #FAF095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF095; }

 p { color: rgb(250,240,149); }

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

background-color css

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

 a { background-color: rgb(250,240,149); }

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

border-color css

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

 span { border-color: rgb(250,240,149); }

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