#FAFD5C

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

Shades of Laser Lemon #FAFD5C

Tints of Laser Lemon #FAFD5C

Color information

#FAFD5C (or 0xFAFD5C) is unknown color: approx Laser Lemon. HEX triplet: FA, FD and 5C. RGB value is (250,253,92). Sum of RGB (Red+Green+Blue) = 250+253+92=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 253 (99.22% from 255 or 42.52% from 595); Blue value is 92 (36.33% from 255 or 15.46% from 595); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFD5C is #0502A3. Grayscale: #EAEAEA. Windows color (decimal): -328356 or 6094330. OLE color: 6094330.

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

Color convert

RGB25025392-
CMYK0.0100.640.01
HSL61.12º97.58%67.65%-
HSV(B)61.12º63.64%99.22%-
XYZ76.4891.3523.73-
YUV233.7548.01139.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.02%
GREEN value IS 253 (99.22% from 255) = 42.52%
BLUE value IS 92 (36.33% from 255) = 15.46%
R=42.02%
G=42.52%
B=15.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal250253920.0100.640.0161.1297.5867.65
HexFAFD5C104013d6244
Octal37237513410100175142104
Binary11111010111111011011100101000000111110111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFD5C; }

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

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

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

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

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

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

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

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