Html Css Color HEX #FCF311 Lemon

📋 copy color: '#FCF311'

red 252 ◦ green 243 ◦ blue 17

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

Shades of Lemon #FCF311

Tints of Lemon #FCF311

RGB

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

 GREEN value IS 243 (95.31% from 255) = 47.46%

 BLUE value IS 17 (7.03% from 255) = 3.32%

R = 49.22%
G = 47.46%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FCF311 (or 0xFCF311) is known color: Lemon. HEX triplet: FC, F3 and 11. RGB value is (252,243,17). Sum of RGB (Red+Green+Blue) = 252+243+17=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 243 (95.31% from 255 or 47.46% from 512); Blue value is 17 (7.03% from 255 or 3.32% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF311 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF311 is #030CEE. Grayscale: #DCDCDC. Windows color (decimal): -199919 or 1176572. OLE color: 1176572.

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

Color convert

RGB 252 243 17 -
CMYK 0 0.04 0.93 0.01
HSL 57.7º 0.98% 0.53% -
HSV(B) 57.7º 0.93% 0.99% -
XYZ 72.3 84.84 13.1 -
YUV 219.93 13.48 150.88 -
System Red Green Blue C M Y K H S L
Decimal 252 243 17 0 0.04 0.93 0.01 57.7 0.98 0.53
Hex FC F3 11 0 4 5D 1 3A 62 35
Octal 374 363 21 0 4 135 1 72 142 65
Binary 11111100 11110011 10001 0 100 1011101 1 111010 1100010 110101

Color Harmonies of #FCF311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF311

Black with #FCF311

Text Example


Text Example

White with #FCF311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF311; }

 p { color: rgb(252,243,17); }

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

background-color css

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

 a { background-color: rgb(252,243,17); }

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

border-color css

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

 span { border-color: rgb(252,243,17); }

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