Html Css Color HEX #FAF199 Portafino

📋 copy color: '#FAF199'

red 250 ◦ green 241 ◦ blue 153

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

Shades of Portafino #FAF199

Tints of Portafino #FAF199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 23.76%

R = 38.82%
G = 37.42%
B = 23.76%

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

#FAF199 (or 0xFAF199) is known color: Portafino. HEX triplet: FA, F1 and 99. RGB value is (250,241,153). Sum of RGB (Red+Green+Blue) = 250+241+153=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 241 (94.53% from 255 or 37.42% from 644); Blue value is 153 (60.16% from 255 or 23.76% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF199 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF199 is #050E66. Grayscale: #EAEAEA. Windows color (decimal): -331367 or 10088954. OLE color: 10088954.

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

Color convert

RGB 250 241 153 -
CMYK 0 0.04 0.39 0.02
HSL 54.43º 0.91% 0.79% -
HSV(B) 54.43º 0.39% 0.98% -
XYZ 76.63 85.53 42.61 -
YUV 233.66 82.48 139.66 -
System Red Green Blue C M Y K H S L
Decimal 250 241 153 0 0.04 0.39 0.02 54.43 0.91 0.79
Hex FA F1 99 0 4 27 2 36 5B 4F
Octal 372 361 231 0 4 47 2 66 133 117
Binary 11111010 11110001 10011001 0 100 100111 10 110110 1011011 1001111

Color Harmonies of #FAF199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF199

Black with #FAF199

Text Example


Text Example

White with #FAF199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF199; }

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

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

background-color css

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

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

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

border-color css

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

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

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