Html Css Color HEX #FCFC71 Laser Lemon

📋 copy color: '#FCFC71'

red 252 ◦ green 252 ◦ blue 113

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

Shades of Laser Lemon #FCFC71

Tints of Laser Lemon #FCFC71

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.84%

 BLUE value IS 113 (44.53% from 255) = 18.31%

R = 40.84%
G = 40.84%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FCFC71 (or 0xFCFC71) is known color: Laser Lemon. HEX triplet: FC, FC and 71. RGB value is (252,252,113). Sum of RGB (Red+Green+Blue) = 252+252+113=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 252 (98.83% from 255 or 40.84% from 617); Blue value is 113 (44.53% from 255 or 18.31% from 617); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC71 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFC71 is #03038E. Grayscale: #ECECEC. Windows color (decimal): -197519 or 7470332. OLE color: 7470332.

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

Color convert

RGB 252 252 113 -
CMYK 0 0 0.55 0.01
HSL 60º 0.96% 0.72% -
HSV(B) 60º 0.55% 0.99% -
XYZ 77.94 91.51 29.18 -
YUV 236.15 58.5 139.3 -
System Red Green Blue C M Y K H S L
Decimal 252 252 113 0 0 0.55 0.01 60 0.96 0.72
Hex FC FC 71 0 0 37 1 3C 60 48
Octal 374 374 161 0 0 67 1 74 140 110
Binary 11111100 11111100 1110001 0 0 110111 1 111100 1100000 1001000

Color Harmonies of #FCFC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFC71

Black with #FCFC71

Text Example


Text Example

White with #FCFC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFC71; }

 p { color: rgb(252,252,113); }

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

background-color css

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

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

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

border-color css

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

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

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