Html Css Color HEX #FCFC69 Laser Lemon

📋 copy color: '#FCFC69'

red 252 ◦ green 252 ◦ blue 105

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

Shades of Laser Lemon #FCFC69

Tints of Laser Lemon #FCFC69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 17.24%

R = 41.38%
G = 41.38%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCFC69 (or 0xFCFC69) is known color: Laser Lemon. HEX triplet: FC, FC and 69. RGB value is (252,252,105). Sum of RGB (Red+Green+Blue) = 252+252+105=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 252 (98.83% from 255 or 41.38% from 609); Blue value is 105 (41.41% from 255 or 17.24% from 609); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC69 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFC69 is #030396. Grayscale: #EBEBEB. Windows color (decimal): -197527 or 6946044. OLE color: 6946044.

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

Color convert

RGB 252 252 105 -
CMYK 0 0 0.58 0.01
HSL 60º 0.96% 0.7% -
HSV(B) 60º 0.58% 0.99% -
XYZ 77.51 91.34 26.91 -
YUV 235.24 54.5 139.95 -
System Red Green Blue C M Y K H S L
Decimal 252 252 105 0 0 0.58 0.01 60 0.96 0.7
Hex FC FC 69 0 0 3A 1 3C 60 46
Octal 374 374 151 0 0 72 1 74 140 106
Binary 11111100 11111100 1101001 0 0 111010 1 111100 1100000 1000110

Color Harmonies of #FCFC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFC69

Black with #FCFC69

Text Example


Text Example

White with #FCFC69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFC69; }

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

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

background-color css

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

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

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

border-color css

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

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

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