Html Css Color HEX #FCF81A Lemon

📋 copy color: '#FCF81A'

red 252 ◦ green 248 ◦ blue 26

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

Shades of Lemon #FCF81A

Tints of Lemon #FCF81A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 47.15%

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

R = 47.91%
G = 47.15%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FCF81A (or 0xFCF81A) is known color: Lemon. HEX triplet: FC, F8 and 1A. RGB value is (252,248,26). Sum of RGB (Red+Green+Blue) = 252+248+26=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 248 (97.27% from 255 or 47.15% from 526); Blue value is 26 (10.55% from 255 or 4.94% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF81A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF81A is #0307E5. Grayscale: #E0E0E0. Windows color (decimal): -198630 or 1767676. OLE color: 1767676.

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

Color convert

RGB 252 248 26 -
CMYK 0 0.02 0.90 0.01
HSL 58.94º 0.97% 0.55% -
HSV(B) 58.94º 0.9% 0.99% -
XYZ 73.9 87.9 14.05 -
YUV 223.89 16.33 148.05 -
System Red Green Blue C M Y K H S L
Decimal 252 248 26 0 0.02 0.90 0.01 58.94 0.97 0.55
Hex FC F8 1A 0 2 5A 1 3B 61 37
Octal 374 370 32 0 2 132 1 73 141 67
Binary 11111100 11111000 11010 0 10 1011010 1 111011 1100001 110111

Color Harmonies of #FCF81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF81A

Black with #FCF81A

Text Example


Text Example

White with #FCF81A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF81A; }

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

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

background-color css

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

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

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

border-color css

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

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

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