Html Css Color HEX #FFFC1A Lemon

📋 copy color: '#FFFC1A'

red 255 ◦ green 252 ◦ blue 26

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

Shades of Lemon #FFFC1A

Tints of Lemon #FFFC1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 4.88%

R = 47.84%
G = 47.28%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FFFC1A (or 0xFFFC1A) is known color: Lemon. HEX triplet: FF, FC and 1A. RGB value is (255,252,26). Sum of RGB (Red+Green+Blue) = 255+252+26=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 252 (98.83% from 255 or 47.28% from 533); Blue value is 26 (10.55% from 255 or 4.88% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFC1A is #0003E5. Grayscale: #E4E4E4. Windows color (decimal): -998 or 1768703. OLE color: 1768703.

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

Color convert

RGB 255 252 26 -
CMYK 0 0.01 0.90 0
HSL 59.21º 1% 0.55% -
HSV(B) 59.21º 0.9% 1% -
XYZ 76.24 90.96 14.52 -
YUV 227.13 14.49 147.88 -
System Red Green Blue C M Y K H S L
Decimal 255 252 26 0 0.01 0.90 0 59.21 1 0.55
Hex FF FC 1A 0 1 5A 0 3B 64 37
Octal 377 374 32 0 1 132 0 73 144 67
Binary 11111111 11111100 11010 0 1 1011010 0 111011 1100100 110111

Color Harmonies of #FFFC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFC1A

Black with #FFFC1A

Text Example


Text Example

White with #FFFC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFC1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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