#FCFA69

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

Shades of Laser Lemon #FCFA69

Tints of Laser Lemon #FCFA69

Color information

#FCFA69 (or 0xFCFA69) is unknown color: approx Laser Lemon. HEX triplet: FC, FA and 69. RGB value is (252,250,105). Sum of RGB (Red+Green+Blue) = 252+250+105=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 105 (41.41% from 255 or 17.30% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFA69 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFA69 is #030596. Grayscale: #EAEAEA. Windows color (decimal): -198039 or 6945532. OLE color: 6945532.

HSL color Cylindrical-coordinate representation of color #FCFA69: hue angle of 59.18º 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 #FCFA69 is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB252250105-
CMYK00.010.580.01
HSL59.18º96.08%70%-
HSV(B)59.18º58.33%98.82%-
XYZ76.8890.0926.7-
YUV234.0755.16140.79-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.52%
GREEN value IS 250 (98.05% from 255) = 41.19%
BLUE value IS 105 (41.41% from 255) = 17.30%
R=41.52%
G=41.19%
B=17.30%

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
Decimal25225010500.010.580.0159.1896.0870
HexFCFA69013A13b6046
Octal3743721510172173140106
Binary1111110011111010110100101111010111101111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFA69; }

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

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

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

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

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

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

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

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