Html Css Color HEX #FAFE71 Laser Lemon

📋 copy color: '#FAFE71'

red 250 ◦ green 254 ◦ blue 113

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

Shades of Laser Lemon #FAFE71

Tints of Laser Lemon #FAFE71

RGB

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

 GREEN value IS 254 (99.61% from 255) = 41.17%

 BLUE value IS 113 (44.53% from 255) = 18.31%

R = 40.52%
G = 41.17%
B = 18.31%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FAFE71 (or 0xFAFE71) is known color: Laser Lemon. HEX triplet: FA, FE and 71. RGB value is (250,254,113). Sum of RGB (Red+Green+Blue) = 250+254+113=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 254 (99.61% from 255 or 41.17% from 617); Blue value is 113 (44.53% from 255 or 18.31% from 617); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE71 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFE71 is #05018E. Grayscale: #EDEDED. Windows color (decimal): -328079 or 7470842. OLE color: 7470842.

HSL color Cylindrical-coordinate representation of color #FAFE71: hue angle of 61.7º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FAFE71 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.

Color convert

RGB 250 254 113 -
CMYK 0.02 0 0.56 0.00
HSL 61.7º 0.99% 0.72% -
HSV(B) 61.7º 0.56% 1% -
XYZ 77.85 92.4 29.35 -
YUV 236.73 58.17 137.46 -
System Red Green Blue C M Y K H S L
Decimal 250 254 113 0.02 0 0.56 0.00 61.7 0.99 0.72
Hex FA FE 71 2 0 38 0 3E 63 48
Octal 372 376 161 2 0 70 0 76 143 110
Binary 11111010 11111110 1110001 10 0 111000 0 111110 1100011 1001000

Color Harmonies of #FAFE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFE71

Black with #FAFE71

Text Example


Text Example

White with #FAFE71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFE71; }

 p { color: rgb(250,254,113); }

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

background-color css

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

 a { background-color: rgb(250,254,113); }

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

border-color css

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

 span { border-color: rgb(250,254,113); }

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