Html Css Color HEX #FAF86B Laser Lemon

📋 copy color: '#FAF86B'

red 250 ◦ green 248 ◦ blue 107

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

Shades of Laser Lemon #FAF86B

Tints of Laser Lemon #FAF86B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 17.69%

R = 41.32%
G = 40.99%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FAF86B (or 0xFAF86B) is known color: Laser Lemon. HEX triplet: FA, F8 and 6B. RGB value is (250,248,107). Sum of RGB (Red+Green+Blue) = 250+248+107=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 248 (97.27% from 255 or 40.99% from 605); Blue value is 107 (42.19% from 255 or 17.69% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF86B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF86B is #050794. Grayscale: #E9E9E9. Windows color (decimal): -329621 or 7076090. OLE color: 7076090.

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

Color convert

RGB 250 248 107 -
CMYK 0 0.01 0.57 0.02
HSL 59.16º 0.93% 0.7% -
HSV(B) 59.16º 0.57% 0.98% -
XYZ 75.65 88.52 27.01 -
YUV 232.52 57.16 140.46 -
System Red Green Blue C M Y K H S L
Decimal 250 248 107 0 0.01 0.57 0.02 59.16 0.93 0.7
Hex FA F8 6B 0 1 39 2 3B 5D 46
Octal 372 370 153 0 1 71 2 73 135 106
Binary 11111010 11111000 1101011 0 1 111001 10 111011 1011101 1000110

Color Harmonies of #FAF86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF86B

Black with #FAF86B

Text Example


Text Example

White with #FAF86B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF86B; }

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

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

background-color css

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

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

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

border-color css

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

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

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