Html Css Color HEX #FCFA5D Laser Lemon

📋 copy color: '#FCFA5D'

red 252 ◦ green 250 ◦ blue 93

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

Shades of Laser Lemon #FCFA5D

Tints of Laser Lemon #FCFA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 15.63%

R = 42.35%
G = 42.02%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FCFA5D (or 0xFCFA5D) is known color: Laser Lemon. HEX triplet: FC, FA and 5D. RGB value is (252,250,93). Sum of RGB (Red+Green+Blue) = 252+250+93=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 93 (36.72% from 255 or 15.63% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFA5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFA5D is #0305A2. Grayscale: #E9E9E9. Windows color (decimal): -198051 or 6159100. OLE color: 6159100.

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

Color convert

RGB 252 250 93 -
CMYK 0 0.01 0.63 0.01
HSL 59.25º 0.96% 0.68% -
HSV(B) 59.25º 0.63% 0.99% -
XYZ 76.31 89.86 23.68 -
YUV 232.7 49.16 141.77 -
System Red Green Blue C M Y K H S L
Decimal 252 250 93 0 0.01 0.63 0.01 59.25 0.96 0.68
Hex FC FA 5D 0 1 3F 1 3B 60 44
Octal 374 372 135 0 1 77 1 73 140 104
Binary 11111100 11111010 1011101 0 1 111111 1 111011 1100000 1000100

Color Harmonies of #FCFA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFA5D

Black with #FCFA5D

Text Example


Text Example

White with #FCFA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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