#FCFA6B

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

Shades of Laser Lemon #FCFA6B

Tints of Laser Lemon #FCFA6B

Color information

#FCFA6B (or 0xFCFA6B) is unknown color: approx Laser Lemon. HEX triplet: FC, FA and 6B. RGB value is (252,250,107). Sum of RGB (Red+Green+Blue) = 252+250+107=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 250 (98.05% from 255 or 41.05% from 609); Blue value is 107 (42.19% from 255 or 17.57% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFA6B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFA6B is #030594. Grayscale: #EAEAEA. Windows color (decimal): -198037 or 7076604. OLE color: 7076604.

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

Color convert

RGB252250107-
CMYK00.010.580.01
HSL59.17º96.03%70.39%-
HSV(B)59.17º57.54%98.82%-
XYZ76.9890.1327.25-
YUV234.356.16140.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.38%
GREEN value IS 250 (98.05% from 255) = 41.05%
BLUE value IS 107 (42.19% from 255) = 17.57%
R=41.38%
G=41.05%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225010700.010.580.0159.1796.0370.39
HexFCFA6B013A13b6046
Octal3743721530172173140106
Binary1111110011111010110101101111010111101111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFA6B; }

 p { color: rgb(252,250,107); }

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

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

 a { background-color: rgb(252,250,107); }

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

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

 span { border-color: rgb(252,250,107); }

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