Html Css Color HEX #FAF299 Portafino

📋 copy color: '#FAF299'

red 250 ◦ green 242 ◦ blue 153

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

Shades of Portafino #FAF299

Tints of Portafino #FAF299

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.52%

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

R = 38.76%
G = 37.52%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FAF299 (or 0xFAF299) is known color: Portafino. HEX triplet: FA, F2 and 99. RGB value is (250,242,153). Sum of RGB (Red+Green+Blue) = 250+242+153=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 242 (94.92% from 255 or 37.52% from 645); Blue value is 153 (60.16% from 255 or 23.72% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF299 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF299 is #050D66. Grayscale: #EAEAEA. Windows color (decimal): -331111 or 10089210. OLE color: 10089210.

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

Color convert

RGB 250 242 153 -
CMYK 0 0.03 0.39 0.02
HSL 55.05º 0.91% 0.79% -
HSV(B) 55.05º 0.39% 0.98% -
XYZ 76.93 86.13 42.71 -
YUV 234.25 82.15 139.24 -
System Red Green Blue C M Y K H S L
Decimal 250 242 153 0 0.03 0.39 0.02 55.05 0.91 0.79
Hex FA F2 99 0 3 27 2 37 5B 4F
Octal 372 362 231 0 3 47 2 67 133 117
Binary 11111010 11110010 10011001 0 11 100111 10 110111 1011011 1001111

Color Harmonies of #FAF299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF299

Black with #FAF299

Text Example


Text Example

White with #FAF299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF299; }

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

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

background-color css

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

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

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

border-color css

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

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

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