Html Css Color HEX #FCF315 Lemon

📋 copy color: '#FCF315'

red 252 ◦ green 243 ◦ blue 21

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

Shades of Lemon #FCF315

Tints of Lemon #FCF315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.07%

R = 48.84%
G = 47.09%
B = 4.07%

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

#FCF315 (or 0xFCF315) is known color: Lemon. HEX triplet: FC, F3 and 15. RGB value is (252,243,21). Sum of RGB (Red+Green+Blue) = 252+243+21=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 243 (95.31% from 255 or 47.09% from 516); Blue value is 21 (8.59% from 255 or 4.07% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF315 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF315 is #030CEA. Grayscale: #DDDDDD. Windows color (decimal): -199915 or 1438716. OLE color: 1438716.

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

Color convert

RGB 252 243 21 -
CMYK 0 0.04 0.92 0.01
HSL 57.66º 0.97% 0.54% -
HSV(B) 57.66º 0.92% 0.99% -
XYZ 72.33 84.85 13.28 -
YUV 220.38 15.48 150.55 -
System Red Green Blue C M Y K H S L
Decimal 252 243 21 0 0.04 0.92 0.01 57.66 0.97 0.54
Hex FC F3 15 0 4 5C 1 3A 61 36
Octal 374 363 25 0 4 134 1 72 141 66
Binary 11111100 11110011 10101 0 100 1011100 1 111010 1100001 110110

Color Harmonies of #FCF315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF315

Black with #FCF315

Text Example


Text Example

White with #FCF315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF315; }

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

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

background-color css

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

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

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

border-color css

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

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

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