#FCFD67

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

Shades of Laser Lemon #FCFD67

Tints of Laser Lemon #FCFD67

Color information

#FCFD67 (or 0xFCFD67) is unknown color: approx Laser Lemon. HEX triplet: FC, FD and 67. RGB value is (252,253,103). Sum of RGB (Red+Green+Blue) = 252+253+103=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 253 (99.22% from 255 or 41.61% from 608); Blue value is 103 (40.62% from 255 or 16.94% from 608); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFD67 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFD67 is #030298. Grayscale: #ECECEC. Windows color (decimal): -197273 or 6815228. OLE color: 6815228.

HSL color Cylindrical-coordinate representation of color #FCFD67: hue angle of 60.4º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FCFD67 is Cyan = 0.00, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB252253103-
CMYK0.0000.590.01
HSL60.4º97.4%69.8%-
HSV(B)60.4º59.29%99.22%-
XYZ77.7291.9326.48-
YUV235.653.17139.7-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.45%
GREEN value IS 253 (99.22% from 255) = 41.61%
BLUE value IS 103 (40.62% from 255) = 16.94%
R=41.45%
G=41.61%
B=16.94%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522531030.0000.590.0160.497.469.8
HexFCFD67003B13c6146
Octal3743751470073174141106
Binary1111110011111101110011100111011111110011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFD67; }

 p { color: rgb(252,253,103); }

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

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

 a { background-color: rgb(252,253,103); }

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

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

 span { border-color: rgb(252,253,103); }

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