Html Css Color HEX #FCE016 Lemon

📋 copy color: '#FCE016'

red 252 ◦ green 224 ◦ blue 22

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

Shades of Lemon #FCE016

Tints of Lemon #FCE016

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.98%

 BLUE value IS 22 (8.98% from 255) = 4.42%

R = 50.6%
G = 44.98%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FCE016 (or 0xFCE016) is known color: Lemon. HEX triplet: FC, E0 and 16. RGB value is (252,224,22). Sum of RGB (Red+Green+Blue) = 252+224+22=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 224 (87.89% from 255 or 44.98% from 498); Blue value is 22 (8.98% from 255 or 4.42% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE016 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE016 is #031FE9. Grayscale: #D2D2D2. Windows color (decimal): -204778 or 1499388. OLE color: 1499388.

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

Color convert

RGB 252 224 22 -
CMYK 0 0.11 0.91 0.01
HSL 52.7º 0.97% 0.54% -
HSV(B) 52.7º 0.91% 0.99% -
XYZ 66.95 74.06 11.53 -
YUV 209.34 22.28 158.43 -
System Red Green Blue C M Y K H S L
Decimal 252 224 22 0 0.11 0.91 0.01 52.7 0.97 0.54
Hex FC E0 16 0 B 5B 1 35 61 36
Octal 374 340 26 0 13 133 1 65 141 66
Binary 11111100 11100000 10110 0 1011 1011011 1 110101 1100001 110110

Color Harmonies of #FCE016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE016

Black with #FCE016

Text Example


Text Example

White with #FCE016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE016; }

 p { color: rgb(252,224,22); }

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

background-color css

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

 a { background-color: rgb(252,224,22); }

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

border-color css

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

 span { border-color: rgb(252,224,22); }

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