Html Css Color HEX #FCF312 Lemon

📋 copy color: '#FCF312'

red 252 ◦ green 243 ◦ blue 18

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

Shades of Lemon #FCF312

Tints of Lemon #FCF312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.51%

R = 49.12%
G = 47.37%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FCF312 (or 0xFCF312) is known color: Lemon. HEX triplet: FC, F3 and 12. RGB value is (252,243,18). Sum of RGB (Red+Green+Blue) = 252+243+18=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 243 (95.31% from 255 or 47.37% from 513); Blue value is 18 (7.42% from 255 or 3.51% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF312 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF312 is #030CED. Grayscale: #DCDCDC. Windows color (decimal): -199918 or 1242108. OLE color: 1242108.

HSL color Cylindrical-coordinate representation of color #FCF312: hue angle of 57.69º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FCF312 is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 243 18 -
CMYK 0 0.04 0.93 0.01
HSL 57.69º 0.98% 0.53% -
HSV(B) 57.69º 0.93% 0.99% -
XYZ 72.3 84.84 13.14 -
YUV 220.04 13.98 150.8 -
System Red Green Blue C M Y K H S L
Decimal 252 243 18 0 0.04 0.93 0.01 57.69 0.98 0.53
Hex FC F3 12 0 4 5D 1 3A 62 35
Octal 374 363 22 0 4 135 1 72 142 65
Binary 11111100 11110011 10010 0 100 1011101 1 111010 1100010 110101

Color Harmonies of #FCF312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF312

Black with #FCF312

Text Example


Text Example

White with #FCF312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF312; }

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

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

background-color css

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

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

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

border-color css

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

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

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