Html Css Color HEX #F8FA6B Laser Lemon

📋 copy color: '#F8FA6B'

red 248 ◦ green 250 ◦ blue 107

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

Shades of Laser Lemon #F8FA6B

Tints of Laser Lemon #F8FA6B

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

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

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

Color convert

RGB 248 250 107 -
CMYK 0.01 0 0.57 0.02
HSL 60.84º 0.93% 0.7% -
HSV(B) 60.84º 0.57% 0.98% -
XYZ 75.55 89.39 27.18 -
YUV 233.1 56.84 138.63 -
System Red Green Blue C M Y K H S L
Decimal 248 250 107 0.01 0 0.57 0.02 60.84 0.93 0.7
Hex F8 FA 6B 1 0 39 2 3D 5D 46
Octal 370 372 153 1 0 71 2 75 135 106
Binary 11111000 11111010 1101011 1 0 111001 10 111101 1011101 1000110

Color Harmonies of #F8FA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8FA6B

Black with #F8FA6B

Text Example


Text Example

White with #F8FA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8FA6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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