Html Css Color HEX #FCF512 Lemon

📋 copy color: '#FCF512'

red 252 ◦ green 245 ◦ blue 18

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

Shades of Lemon #FCF512

Tints of Lemon #FCF512

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.57%

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

R = 48.93%
G = 47.57%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FCF512 (or 0xFCF512) is known color: Lemon. HEX triplet: FC, F5 and 12. RGB value is (252,245,18). Sum of RGB (Red+Green+Blue) = 252+245+18=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 245 (96.09% from 255 or 47.57% from 515); Blue value is 18 (7.42% from 255 or 3.50% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF512 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF512 is #030AED. Grayscale: #DEDEDE. Windows color (decimal): -199406 or 1242620. OLE color: 1242620.

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

Color convert

RGB 252 245 18 -
CMYK 0 0.03 0.93 0.01
HSL 58.21º 0.98% 0.53% -
HSV(B) 58.21º 0.93% 0.99% -
XYZ 72.91 86.04 13.34 -
YUV 221.22 13.32 149.96 -
System Red Green Blue C M Y K H S L
Decimal 252 245 18 0 0.03 0.93 0.01 58.21 0.98 0.53
Hex FC F5 12 0 3 5D 1 3A 62 35
Octal 374 365 22 0 3 135 1 72 142 65
Binary 11111100 11110101 10010 0 11 1011101 1 111010 1100010 110101

Color Harmonies of #FCF512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF512

Black with #FCF512

Text Example


Text Example

White with #FCF512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF512; }

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

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

background-color css

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

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

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

border-color css

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

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

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