Html Css Color HEX #FCF60E Lemon

📋 copy color: '#FCF60E'

red 252 ◦ green 246 ◦ blue 14

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

Shades of Lemon #FCF60E

Tints of Lemon #FCF60E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 2.73%

R = 49.22%
G = 48.05%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCF60E (or 0xFCF60E) is known color: Lemon. HEX triplet: FC, F6 and 0E. RGB value is (252,246,14). Sum of RGB (Red+Green+Blue) = 252+246+14=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 246 (96.48% from 255 or 48.05% from 512); Blue value is 14 (5.86% from 255 or 2.73% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF60E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF60E is #0309F1. Grayscale: #DEDEDE. Windows color (decimal): -199154 or 980732. OLE color: 980732.

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

Color convert

RGB 252 246 14 -
CMYK 0 0.02 0.94 0.01
HSL 58.49º 0.98% 0.52% -
HSV(B) 58.49º 0.94% 0.99% -
XYZ 73.18 86.64 13.28 -
YUV 221.35 10.99 149.86 -
System Red Green Blue C M Y K H S L
Decimal 252 246 14 0 0.02 0.94 0.01 58.49 0.98 0.52
Hex FC F6 E 0 2 5E 1 3A 62 34
Octal 374 366 16 0 2 136 1 72 142 64
Binary 11111100 11110110 1110 0 10 1011110 1 111010 1100010 110100

Color Harmonies of #FCF60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF60E

Black with #FCF60E

Text Example


Text Example

White with #FCF60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF60E; }

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

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

background-color css

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

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

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

border-color css

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

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

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