Html Css Color HEX #FFFC6A Laser Lemon

📋 copy color: '#FFFC6A'

red 255 ◦ green 252 ◦ blue 106

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

Shades of Laser Lemon #FFFC6A

Tints of Laser Lemon #FFFC6A

RGB

 RED value IS 255 (100% from 255) = 41.6%

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

 BLUE value IS 106 (41.8% from 255) = 17.29%

R = 41.6%
G = 41.11%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FFFC6A (or 0xFFFC6A) is known color: Laser Lemon. HEX triplet: FF, FC and 6A. RGB value is (255,252,106). Sum of RGB (Red+Green+Blue) = 255+252+106=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 252 (98.83% from 255 or 41.11% from 613); Blue value is 106 (41.80% from 255 or 17.29% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFC6A is #000395. Grayscale: #ECECEC. Windows color (decimal): -918 or 7011583. OLE color: 7011583.

HSL color Cylindrical-coordinate representation of color #FFFC6A: hue angle of 58.79º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFFC6A is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.

Color convert

RGB 255 252 106 -
CMYK 0 0.01 0.58 0
HSL 58.79º 1% 0.71% -
HSV(B) 58.79º 0.58% 1% -
XYZ 78.65 91.92 27.23 -
YUV 236.25 54.49 141.37 -
System Red Green Blue C M Y K H S L
Decimal 255 252 106 0 0.01 0.58 0 58.79 1 0.71
Hex FF FC 6A 0 1 3A 0 3B 64 47
Octal 377 374 152 0 1 72 0 73 144 107
Binary 11111111 11111100 1101010 0 1 111010 0 111011 1100100 1000111

Color Harmonies of #FFFC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFC6A

Black with #FFFC6A

Text Example


Text Example

White with #FFFC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFC6A; }

 p { color: rgb(255,252,106); }

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

background-color css

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

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

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

border-color css

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

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

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