Html Css Color HEX #FAF098 Picasso

📋 copy color: '#FAF098'

red 250 ◦ green 240 ◦ blue 152

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

Shades of Picasso #FAF098

Tints of Picasso #FAF098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 23.68%

R = 38.94%
G = 37.38%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FAF098 (or 0xFAF098) is known color: Picasso. HEX triplet: FA, F0 and 98. RGB value is (250,240,152). Sum of RGB (Red+Green+Blue) = 250+240+152=642 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.94% from 642); Green value is 240 (94.14% from 255 or 37.38% from 642); Blue value is 152 (59.77% from 255 or 23.68% from 642); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF098 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF098 is #050F67. Grayscale: #E9E9E9. Windows color (decimal): -331624 or 10023162. OLE color: 10023162.

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

Color convert

RGB 250 240 152 -
CMYK 0 0.04 0.39 0.02
HSL 53.88º 0.91% 0.79% -
HSV(B) 53.88º 0.39% 0.98% -
XYZ 76.25 84.91 42.08 -
YUV 232.96 82.31 140.16 -
System Red Green Blue C M Y K H S L
Decimal 250 240 152 0 0.04 0.39 0.02 53.88 0.91 0.79
Hex FA F0 98 0 4 27 2 36 5B 4F
Octal 372 360 230 0 4 47 2 66 133 117
Binary 11111010 11110000 10011000 0 100 100111 10 110110 1011011 1001111

Color Harmonies of #FAF098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF098

Black with #FAF098

Text Example


Text Example

White with #FAF098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF098; }

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

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

background-color css

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

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

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

border-color css

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

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

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