Html Css Color HEX #FAFE70 Laser Lemon

📋 copy color: '#FAFE70'

red 250 ◦ green 254 ◦ blue 112

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

Shades of Laser Lemon #FAFE70

Tints of Laser Lemon #FAFE70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 18.18%

R = 40.58%
G = 41.23%
B = 18.18%

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

#FAFE70 (or 0xFAFE70) is known color: Laser Lemon. HEX triplet: FA, FE and 70. RGB value is (250,254,112). Sum of RGB (Red+Green+Blue) = 250+254+112=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 254 (99.61% from 255 or 41.23% from 616); Blue value is 112 (44.14% from 255 or 18.18% from 616); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFE70 is #05018F. Grayscale: #EDEDED. Windows color (decimal): -328080 or 7405306. OLE color: 7405306.

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

Color convert

RGB 250 254 112 -
CMYK 0.02 0 0.56 0.00
HSL 61.69º 0.99% 0.72% -
HSV(B) 61.69º 0.56% 1% -
XYZ 77.79 92.38 29.06 -
YUV 236.62 57.67 137.55 -
System Red Green Blue C M Y K H S L
Decimal 250 254 112 0.02 0 0.56 0.00 61.69 0.99 0.72
Hex FA FE 70 2 0 38 0 3E 63 48
Octal 372 376 160 2 0 70 0 76 143 110
Binary 11111010 11111110 1110000 10 0 111000 0 111110 1100011 1001000

Color Harmonies of #FAFE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFE70

Black with #FAFE70

Text Example


Text Example

White with #FAFE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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