Html Css Color HEX #FCE215 Lemon

📋 copy color: '#FCE215'

red 252 ◦ green 226 ◦ blue 21

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

Shades of Lemon #FCE215

Tints of Lemon #FCE215

RGB

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

 GREEN value IS 226 (88.67% from 255) = 45.29%

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

R = 50.5%
G = 45.29%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCE215 (or 0xFCE215) is known color: Lemon. HEX triplet: FC, E2 and 15. RGB value is (252,226,21). Sum of RGB (Red+Green+Blue) = 252+226+21=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 226 (88.67% from 255 or 45.29% from 499); Blue value is 21 (8.59% from 255 or 4.21% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE215 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE215 is #031DEA. Grayscale: #D3D3D3. Windows color (decimal): -204267 or 1434364. OLE color: 1434364.

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

Color convert

RGB 252 226 21 -
CMYK 0 0.10 0.92 0.01
HSL 53.25º 0.97% 0.54% -
HSV(B) 53.25º 0.92% 0.99% -
XYZ 67.48 75.14 11.66 -
YUV 210.4 21.11 157.67 -
System Red Green Blue C M Y K H S L
Decimal 252 226 21 0 0.10 0.92 0.01 53.25 0.97 0.54
Hex FC E2 15 0 A 5C 1 35 61 36
Octal 374 342 25 0 12 134 1 65 141 66
Binary 11111100 11100010 10101 0 1010 1011100 1 110101 1100001 110110

Color Harmonies of #FCE215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE215

Black with #FCE215

Text Example


Text Example

White with #FCE215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE215; }

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

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

background-color css

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

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

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

border-color css

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

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

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