Html Css Color HEX #FCF31A Lemon

📋 copy color: '#FCF31A'

red 252 ◦ green 243 ◦ blue 26

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

Shades of Lemon #FCF31A

Tints of Lemon #FCF31A

RGB

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

 GREEN value IS 243 (95.31% from 255) = 46.64%

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

R = 48.37%
G = 46.64%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FCF31A (or 0xFCF31A) is known color: Lemon. HEX triplet: FC, F3 and 1A. RGB value is (252,243,26). Sum of RGB (Red+Green+Blue) = 252+243+26=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 243 (95.31% from 255 or 46.64% from 521); Blue value is 26 (10.55% from 255 or 4.99% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF31A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF31A is #030CE5. Grayscale: #DDDDDD. Windows color (decimal): -199910 or 1766396. OLE color: 1766396.

HSL color Cylindrical-coordinate representation of color #FCF31A: hue angle of 57.61º 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 #FCF31A is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 243 26 -
CMYK 0 0.04 0.90 0.01
HSL 57.61º 0.97% 0.55% -
HSV(B) 57.61º 0.9% 0.99% -
XYZ 72.38 84.87 13.54 -
YUV 220.95 17.98 150.14 -
System Red Green Blue C M Y K H S L
Decimal 252 243 26 0 0.04 0.90 0.01 57.61 0.97 0.55
Hex FC F3 1A 0 4 5A 1 3A 61 37
Octal 374 363 32 0 4 132 1 72 141 67
Binary 11111100 11110011 11010 0 100 1011010 1 111010 1100001 110111

Color Harmonies of #FCF31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF31A

Black with #FCF31A

Text Example


Text Example

White with #FCF31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF31A; }

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

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

background-color css

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

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

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

border-color css

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

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

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