#FCFF72

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

Shades of Laser Lemon #FCFF72

Tints of Laser Lemon #FCFF72

Color information

#FCFF72 (or 0xFCFF72) is unknown color: approx Laser Lemon. HEX triplet: FC, FF and 72. RGB value is (252,255,114). Sum of RGB (Red+Green+Blue) = 252+255+114=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 255 (100% from 255 or 41.06% from 621); Blue value is 114 (44.92% from 255 or 18.36% from 621); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFF72 is #03008D. Grayscale: #EEEEEE. Windows color (decimal): -196750 or 7536636. OLE color: 7536636.

HSL color Cylindrical-coordinate representation of color #FCFF72: hue angle of 61.28º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FCFF72 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB252255114-
CMYK0.0100.550
HSL61.28º100%72.35%-
HSV(B)61.28º55.29%100%-
XYZ78.9493.4329.79-
YUV238.0358.01137.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.58%
GREEN value IS 255 (100% from 255) = 41.06%
BLUE value IS 114 (44.92% from 255) = 18.36%
R=40.58%
G=41.06%
B=18.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522551140.0100.55061.2810072.35
HexFCFF72103703d6448
Octal3743771621067075144110
Binary1111110011111111111001010110111011110111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFF72; }

 p { color: rgb(252,255,114); }

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

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

 a { background-color: rgb(252,255,114); }

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

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

 span { border-color: rgb(252,255,114); }

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