Html Css Color HEX #FCF612 Lemon

📋 copy color: '#FCF612'

red 252 ◦ green 246 ◦ blue 18

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

Shades of Lemon #FCF612

Tints of Lemon #FCF612

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.67%

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

R = 48.84%
G = 47.67%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FCF612 (or 0xFCF612) is known color: Lemon. HEX triplet: FC, F6 and 12. RGB value is (252,246,18). Sum of RGB (Red+Green+Blue) = 252+246+18=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 246 (96.48% from 255 or 47.67% from 516); Blue value is 18 (7.42% from 255 or 3.49% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF612 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF612 is #0309ED. Grayscale: #DEDEDE. Windows color (decimal): -199150 or 1242876. OLE color: 1242876.

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

Color convert

RGB 252 246 18 -
CMYK 0 0.02 0.93 0.01
HSL 58.46º 0.98% 0.53% -
HSV(B) 58.46º 0.93% 0.99% -
XYZ 73.21 86.65 13.44 -
YUV 221.8 12.99 149.54 -
System Red Green Blue C M Y K H S L
Decimal 252 246 18 0 0.02 0.93 0.01 58.46 0.98 0.53
Hex FC F6 12 0 2 5D 1 3A 62 35
Octal 374 366 22 0 2 135 1 72 142 65
Binary 11111100 11110110 10010 0 10 1011101 1 111010 1100010 110101

Color Harmonies of #FCF612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF612

Black with #FCF612

Text Example


Text Example

White with #FCF612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF612; }

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

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

background-color css

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

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

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

border-color css

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

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

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