Html Css Color HEX #FAF86A Laser Lemon

📋 copy color: '#FAF86A'

red 250 ◦ green 248 ◦ blue 106

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

Shades of Laser Lemon #FAF86A

Tints of Laser Lemon #FAF86A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.06%

 BLUE value IS 106 (41.8% from 255) = 17.55%

R = 41.39%
G = 41.06%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FAF86A (or 0xFAF86A) is known color: Laser Lemon. HEX triplet: FA, F8 and 6A. RGB value is (250,248,106). Sum of RGB (Red+Green+Blue) = 250+248+106=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 248 (97.27% from 255 or 41.06% from 604); Blue value is 106 (41.80% from 255 or 17.55% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF86A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF86A is #050795. Grayscale: #E8E8E8. Windows color (decimal): -329622 or 7010554. OLE color: 7010554.

HSL color Cylindrical-coordinate representation of color #FAF86A: hue angle of 59.17º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FAF86A is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 248 106 -
CMYK 0 0.01 0.58 0.02
HSL 59.17º 0.94% 0.7% -
HSV(B) 59.17º 0.58% 0.98% -
XYZ 75.59 88.5 26.73 -
YUV 232.41 56.66 140.55 -
System Red Green Blue C M Y K H S L
Decimal 250 248 106 0 0.01 0.58 0.02 59.17 0.94 0.7
Hex FA F8 6A 0 1 3A 2 3B 5E 46
Octal 372 370 152 0 1 72 2 73 136 106
Binary 11111010 11111000 1101010 0 1 111010 10 111011 1011110 1000110

Color Harmonies of #FAF86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF86A

Black with #FAF86A

Text Example


Text Example

White with #FAF86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF86A; }

 p { color: rgb(250,248,106); }

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

background-color css

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

 a { background-color: rgb(250,248,106); }

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

border-color css

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

 span { border-color: rgb(250,248,106); }

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