Html Css Color HEX #FCFA64 Laser Lemon

📋 copy color: '#FCFA64'

red 252 ◦ green 250 ◦ blue 100

#FCFA64
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laser Lemon #FCFA64

Tints of Laser Lemon #FCFA64

RGB

 RED value IS 252 (98.83% from 255) = 41.86%

 GREEN value IS 250 (98.05% from 255) = 41.53%

 BLUE value IS 100 (39.45% from 255) = 16.61%

R = 41.86%
G = 41.53%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCFA64 (or 0xFCFA64) is known color: Laser Lemon. HEX triplet: FC, FA and 64. RGB value is (252,250,100). Sum of RGB (Red+Green+Blue) = 252+250+100=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 250 (98.05% from 255 or 41.53% from 602); Blue value is 100 (39.45% from 255 or 16.61% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFA64 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFA64 is #03059B. Grayscale: #EAEAEA. Windows color (decimal): -198044 or 6617852. OLE color: 6617852.

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

Color convert

RGB 252 250 100 -
CMYK 0 0.01 0.60 0.01
HSL 59.21º 0.96% 0.69% -
HSV(B) 59.21º 0.6% 0.99% -
XYZ 76.63 89.99 25.39 -
YUV 233.5 52.66 141.2 -
System Red Green Blue C M Y K H S L
Decimal 252 250 100 0 0.01 0.60 0.01 59.21 0.96 0.69
Hex FC FA 64 0 1 3C 1 3B 60 45
Octal 374 372 144 0 1 74 1 73 140 105
Binary 11111100 11111010 1100100 0 1 111100 1 111011 1100000 1000101

Color Harmonies of #FCFA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFA64

Black with #FCFA64

Text Example


Text Example

White with #FCFA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFA64; }

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

 H1.HeaderClassName
 {
   color: #FCFA64;
 }
 .AnyTagClassName
 {
   color: #FCFA64;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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