Html Css Color HEX #FFFC5A Laser Lemon

📋 copy color: '#FFFC5A'

red 255 ◦ green 252 ◦ blue 90

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

Shades of Laser Lemon #FFFC5A

Tints of Laser Lemon #FFFC5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 15.08%

R = 42.71%
G = 42.21%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FFFC5A (or 0xFFFC5A) is known color: Laser Lemon. HEX triplet: FF, FC and 5A. RGB value is (255,252,90). Sum of RGB (Red+Green+Blue) = 255+252+90=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 252 (98.83% from 255 or 42.21% from 597); Blue value is 90 (35.55% from 255 or 15.08% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFC5A is #0003A5. Grayscale: #EBEBEB. Windows color (decimal): -934 or 5963007. OLE color: 5963007.

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

Color convert

RGB 255 252 90 -
CMYK 0 0.01 0.65 0
HSL 58.91º 1% 0.68% -
HSV(B) 58.91º 0.65% 1% -
XYZ 77.9 91.62 23.25 -
YUV 234.43 46.49 142.67 -
System Red Green Blue C M Y K H S L
Decimal 255 252 90 0 0.01 0.65 0 58.91 1 0.68
Hex FF FC 5A 0 1 41 0 3B 64 44
Octal 377 374 132 0 1 101 0 73 144 104
Binary 11111111 11111100 1011010 0 1 1000001 0 111011 1100100 1000100

Color Harmonies of #FFFC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFC5A

Black with #FFFC5A

Text Example


Text Example

White with #FFFC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFC5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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