Html Css Color HEX #FAFE5C Laser Lemon

📋 copy color: '#FAFE5C'

red 250 ◦ green 254 ◦ blue 92

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

Shades of Laser Lemon #FAFE5C

Tints of Laser Lemon #FAFE5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 15.44%

R = 41.95%
G = 42.62%
B = 15.44%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#FAFE5C (or 0xFAFE5C) is known color: Laser Lemon. HEX triplet: FA, FE and 5C. RGB value is (250,254,92). Sum of RGB (Red+Green+Blue) = 250+254+92=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 254 (99.61% from 255 or 42.62% from 596); Blue value is 92 (36.33% from 255 or 15.44% from 596); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFE5C is #0501A3. Grayscale: #EAEAEA. Windows color (decimal): -328100 or 6094586. OLE color: 6094586.

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

Color convert

RGB 250 254 92 -
CMYK 0.02 0 0.64 0.00
HSL 61.48º 0.99% 0.68% -
HSV(B) 61.48º 0.64% 1% -
XYZ 76.8 91.98 23.83 -
YUV 234.34 47.67 139.17 -
System Red Green Blue C M Y K H S L
Decimal 250 254 92 0.02 0 0.64 0.00 61.48 0.99 0.68
Hex FA FE 5C 2 0 40 0 3D 63 44
Octal 372 376 134 2 0 100 0 75 143 104
Binary 11111010 11111110 1011100 10 0 1000000 0 111101 1100011 1000100

Color Harmonies of #FAFE5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFE5C

Black with #FAFE5C

Text Example


Text Example

White with #FAFE5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFE5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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