Html Css Color HEX #FCF610 Lemon

📋 copy color: '#FCF610'

red 252 ◦ green 246 ◦ blue 16

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

Shades of Lemon #FCF610

Tints of Lemon #FCF610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.11%

R = 49.03%
G = 47.86%
B = 3.11%

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

#FCF610 (or 0xFCF610) is known color: Lemon. HEX triplet: FC, F6 and 10. RGB value is (252,246,16). Sum of RGB (Red+Green+Blue) = 252+246+16=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 246 (96.48% from 255 or 47.86% from 514); Blue value is 16 (6.64% from 255 or 3.11% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF610 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF610 is #0309EF. Grayscale: #DEDEDE. Windows color (decimal): -199152 or 1111804. OLE color: 1111804.

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

Color convert

RGB 252 246 16 -
CMYK 0 0.02 0.94 0.01
HSL 58.47º 0.98% 0.53% -
HSV(B) 58.47º 0.94% 0.99% -
XYZ 73.19 86.64 13.36 -
YUV 221.57 11.99 149.7 -
System Red Green Blue C M Y K H S L
Decimal 252 246 16 0 0.02 0.94 0.01 58.47 0.98 0.53
Hex FC F6 10 0 2 5E 1 3A 62 35
Octal 374 366 20 0 2 136 1 72 142 65
Binary 11111100 11110110 10000 0 10 1011110 1 111010 1100010 110101

Color Harmonies of #FCF610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF610

Black with #FCF610

Text Example


Text Example

White with #FCF610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF610; }

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

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

background-color css

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

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

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

border-color css

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

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

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