Html Css Color HEX #FAFB68 Laser Lemon

📋 copy color: '#FAFB68'

red 250 ◦ green 251 ◦ blue 104

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

Shades of Laser Lemon #FAFB68

Tints of Laser Lemon #FAFB68

RGB

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

 GREEN value IS 251 (98.44% from 255) = 41.49%

 BLUE value IS 104 (41.02% from 255) = 17.19%

R = 41.32%
G = 41.49%
B = 17.19%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FAFB68 (or 0xFAFB68) is known color: Laser Lemon. HEX triplet: FA, FB and 68. RGB value is (250,251,104). Sum of RGB (Red+Green+Blue) = 250+251+104=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 251 (98.44% from 255 or 41.49% from 605); Blue value is 104 (41.02% from 255 or 17.19% from 605); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFB68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFB68 is #050497. Grayscale: #EAEAEA. Windows color (decimal): -328856 or 6880250. OLE color: 6880250.

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

Color convert

RGB 250 251 104 -
CMYK 0.00 0 0.59 0.02
HSL 60.41º 0.95% 0.7% -
HSV(B) 60.41º 0.59% 0.98% -
XYZ 76.42 90.32 26.5 -
YUV 233.94 54.67 139.45 -
System Red Green Blue C M Y K H S L
Decimal 250 251 104 0.00 0 0.59 0.02 60.41 0.95 0.7
Hex FA FB 68 0 0 3B 2 3C 5F 46
Octal 372 373 150 0 0 73 2 74 137 106
Binary 11111010 11111011 1101000 0 0 111011 10 111100 1011111 1000110

Color Harmonies of #FAFB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFB68

Black with #FAFB68

Text Example


Text Example

White with #FAFB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFB68; }

 p { color: rgb(250,251,104); }

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

background-color css

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

 a { background-color: rgb(250,251,104); }

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

border-color css

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

 span { border-color: rgb(250,251,104); }

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