Html Css Color HEX #FAF197 Portafino

📋 copy color: '#FAF197'

red 250 ◦ green 241 ◦ blue 151

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

Shades of Portafino #FAF197

Tints of Portafino #FAF197

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.54%

 BLUE value IS 151 (59.38% from 255) = 23.52%

R = 38.94%
G = 37.54%
B = 23.52%

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

#FAF197 (or 0xFAF197) is known color: Portafino. HEX triplet: FA, F1 and 97. RGB value is (250,241,151). Sum of RGB (Red+Green+Blue) = 250+241+151=642 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.94% from 642); Green value is 241 (94.53% from 255 or 37.54% from 642); Blue value is 151 (59.38% from 255 or 23.52% from 642); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF197 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF197 is #050E68. Grayscale: #E9E9E9. Windows color (decimal): -331369 or 9957882. OLE color: 9957882.

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

Color convert

RGB 250 241 151 -
CMYK 0 0.04 0.40 0.02
HSL 54.55º 0.91% 0.79% -
HSV(B) 54.55º 0.4% 0.98% -
XYZ 76.47 85.47 41.75 -
YUV 233.43 81.48 139.82 -
System Red Green Blue C M Y K H S L
Decimal 250 241 151 0 0.04 0.40 0.02 54.55 0.91 0.79
Hex FA F1 97 0 4 28 2 37 5B 4F
Octal 372 361 227 0 4 50 2 67 133 117
Binary 11111010 11110001 10010111 0 100 101000 10 110111 1011011 1001111

Color Harmonies of #FAF197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF197

Black with #FAF197

Text Example


Text Example

White with #FAF197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF197; }

 p { color: rgb(250,241,151); }

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

background-color css

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

 a { background-color: rgb(250,241,151); }

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

border-color css

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

 span { border-color: rgb(250,241,151); }

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