#FAFE5A

Color #FAFE5A Laser Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laser Lemon #FAFE5A

Tints of Laser Lemon #FAFE5A

Color information

#FAFE5A (or 0xFAFE5A) is unknown color: approx Laser Lemon. HEX triplet: FA, FE and 5A. RGB value is (250,254,90). Sum of RGB (Red+Green+Blue) = 250+254+90=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 254 (99.61% from 255 or 42.76% from 594); Blue value is 90 (35.55% from 255 or 15.15% from 594); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFE5A is #0501A5. Grayscale: #EAEAEA. Windows color (decimal): -328102 or 5963514. OLE color: 5963514.

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

Color convert

RGB25025490-
CMYK0.0200.650.00
HSL61.46º98.8%67.45%-
HSV(B)61.46º64.57%99.61%-
XYZ76.7191.9523.38-
YUV234.1146.67139.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.09%
GREEN value IS 254 (99.61% from 255) = 42.76%
BLUE value IS 90 (35.55% from 255) = 15.15%
R=42.09%
G=42.76%
B=15.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal250254900.0200.650.0061.4698.867.45
HexFAFE5A204103d6343
Octal37237613220101075143103
Binary111110101111111010110101001000001011110111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFE5A; }

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

 H1.HeaderClassName
 {
   color: #FAFE5A;
 }
 .AnyTagClassName
 {
   color: #FAFE5A;
 }
</style>
background-color css

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

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

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

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

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

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