Html Css Color HEX #FCF10C Lemon

📋 copy color: '#FCF10C'

red 252 ◦ green 241 ◦ blue 12

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

Shades of Lemon #FCF10C

Tints of Lemon #FCF10C

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.72%

 BLUE value IS 12 (5.08% from 255) = 2.38%

R = 49.9%
G = 47.72%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FCF10C (or 0xFCF10C) is known color: Lemon. HEX triplet: FC, F1 and 0C. RGB value is (252,241,12). Sum of RGB (Red+Green+Blue) = 252+241+12=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 241 (94.53% from 255 or 47.72% from 505); Blue value is 12 (5.08% from 255 or 2.38% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF10C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF10C is #030EF3. Grayscale: #DBDBDB. Windows color (decimal): -200436 or 848380. OLE color: 848380.

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

Color convert

RGB 252 241 12 -
CMYK 0 0.04 0.95 0.01
HSL 57.25º 0.98% 0.52% -
HSV(B) 57.25º 0.95% 0.99% -
XYZ 71.67 83.63 12.71 -
YUV 218.18 11.64 152.12 -
System Red Green Blue C M Y K H S L
Decimal 252 241 12 0 0.04 0.95 0.01 57.25 0.98 0.52
Hex FC F1 C 0 4 5F 1 39 62 34
Octal 374 361 14 0 4 137 1 71 142 64
Binary 11111100 11110001 1100 0 100 1011111 1 111001 1100010 110100

Color Harmonies of #FCF10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF10C

Black with #FCF10C

Text Example


Text Example

White with #FCF10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF10C; }

 p { color: rgb(252,241,12); }

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

background-color css

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

 a { background-color: rgb(252,241,12); }

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

border-color css

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

 span { border-color: rgb(252,241,12); }

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