Html Css Color HEX #FCE10B Lemon

📋 copy color: '#FCE10B'

red 252 ◦ green 225 ◦ blue 11

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

Shades of Lemon #FCE10B

Tints of Lemon #FCE10B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.11%

 BLUE value IS 11 (4.69% from 255) = 2.25%

R = 51.64%
G = 46.11%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCE10B (or 0xFCE10B) is known color: Lemon. HEX triplet: FC, E1 and 0B. RGB value is (252,225,11). Sum of RGB (Red+Green+Blue) = 252+225+11=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 225 (88.28% from 255 or 46.11% from 488); Blue value is 11 (4.69% from 255 or 2.25% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE10B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE10B is #031EF4. Grayscale: #D1D1D1. Windows color (decimal): -204533 or 778748. OLE color: 778748.

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

Color convert

RGB 252 225 11 -
CMYK 0 0.11 0.96 0.01
HSL 53.28º 0.98% 0.52% -
HSV(B) 53.28º 0.96% 0.99% -
XYZ 67.13 74.57 11.17 -
YUV 208.68 16.45 158.9 -
System Red Green Blue C M Y K H S L
Decimal 252 225 11 0 0.11 0.96 0.01 53.28 0.98 0.52
Hex FC E1 B 0 B 60 1 35 62 34
Octal 374 341 13 0 13 140 1 65 142 64
Binary 11111100 11100001 1011 0 1011 1100000 1 110101 1100010 110100

Color Harmonies of #FCE10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE10B

Black with #FCE10B

Text Example


Text Example

White with #FCE10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE10B; }

 p { color: rgb(252,225,11); }

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

background-color css

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

 a { background-color: rgb(252,225,11); }

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

border-color css

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

 span { border-color: rgb(252,225,11); }

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