Html Css Color HEX #FCF213 Lemon

📋 copy color: '#FCF213'

red 252 ◦ green 242 ◦ blue 19

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

Shades of Lemon #FCF213

Tints of Lemon #FCF213

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.17%

 BLUE value IS 19 (7.81% from 255) = 3.7%

R = 49.12%
G = 47.17%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCF213 (or 0xFCF213) is known color: Lemon. HEX triplet: FC, F2 and 13. RGB value is (252,242,19). Sum of RGB (Red+Green+Blue) = 252+242+19=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 242 (94.92% from 255 or 47.17% from 513); Blue value is 19 (7.81% from 255 or 3.70% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF213 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF213 is #030DEC. Grayscale: #DCDCDC. Windows color (decimal): -200173 or 1307388. OLE color: 1307388.

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

Color convert

RGB 252 242 19 -
CMYK 0 0.04 0.92 0.01
HSL 57.42º 0.97% 0.53% -
HSV(B) 57.42º 0.92% 0.99% -
XYZ 72.01 84.25 13.08 -
YUV 219.57 14.81 151.13 -
System Red Green Blue C M Y K H S L
Decimal 252 242 19 0 0.04 0.92 0.01 57.42 0.97 0.53
Hex FC F2 13 0 4 5C 1 39 61 35
Octal 374 362 23 0 4 134 1 71 141 65
Binary 11111100 11110010 10011 0 100 1011100 1 111001 1100001 110101

Color Harmonies of #FCF213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF213

Black with #FCF213

Text Example


Text Example

White with #FCF213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF213; }

 p { color: rgb(252,242,19); }

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

background-color css

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

 a { background-color: rgb(252,242,19); }

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

border-color css

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

 span { border-color: rgb(252,242,19); }

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