Html Css Color HEX #FFFC5F Laser Lemon

📋 copy color: '#FFFC5F'

red 255 ◦ green 252 ◦ blue 95

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

Shades of Laser Lemon #FFFC5F

Tints of Laser Lemon #FFFC5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 15.78%

R = 42.36%
G = 41.86%
B = 15.78%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FFFC5F (or 0xFFFC5F) is known color: Laser Lemon. HEX triplet: FF, FC and 5F. RGB value is (255,252,95). Sum of RGB (Red+Green+Blue) = 255+252+95=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 252 (98.83% from 255 or 41.86% from 602); Blue value is 95 (37.5% from 255 or 15.78% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC5F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFC5F is #0003A0. Grayscale: #EBEBEB. Windows color (decimal): -929 or 6290687. OLE color: 6290687.

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

Color convert

RGB 255 252 95 -
CMYK 0 0.01 0.63 0
HSL 58.88º 1% 0.69% -
HSV(B) 58.88º 0.63% 1% -
XYZ 78.12 91.71 24.41 -
YUV 235 48.99 142.27 -
System Red Green Blue C M Y K H S L
Decimal 255 252 95 0 0.01 0.63 0 58.88 1 0.69
Hex FF FC 5F 0 1 3F 0 3B 64 45
Octal 377 374 137 0 1 77 0 73 144 105
Binary 11111111 11111100 1011111 0 1 111111 0 111011 1100100 1000101

Color Harmonies of #FFFC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFC5F

Black with #FFFC5F

Text Example


Text Example

White with #FFFC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFC5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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