Html Css Color HEX #FCEC0B Lemon

📋 copy color: '#FCEC0B'

red 252 ◦ green 236 ◦ blue 11

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

Shades of Lemon #FCEC0B

Tints of Lemon #FCEC0B

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.29%

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

R = 50.5%
G = 47.29%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCEC0B (or 0xFCEC0B) is known color: Lemon. HEX triplet: FC, EC and 0B. RGB value is (252,236,11). Sum of RGB (Red+Green+Blue) = 252+236+11=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 236 (92.58% from 255 or 47.29% from 499); Blue value is 11 (4.69% from 255 or 2.20% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC0B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCEC0B is #0313F4. Grayscale: #D8D8D8. Windows color (decimal): -201717 or 781564. OLE color: 781564.

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

Color convert

RGB 252 236 11 -
CMYK 0 0.06 0.96 0.01
HSL 56.02º 0.98% 0.52% -
HSV(B) 56.02º 0.96% 0.99% -
XYZ 70.2 80.71 12.2 -
YUV 215.13 12.8 154.3 -
System Red Green Blue C M Y K H S L
Decimal 252 236 11 0 0.06 0.96 0.01 56.02 0.98 0.52
Hex FC EC B 0 6 60 1 38 62 34
Octal 374 354 13 0 6 140 1 70 142 64
Binary 11111100 11101100 1011 0 110 1100000 1 111000 1100010 110100

Color Harmonies of #FCEC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEC0B

Black with #FCEC0B

Text Example


Text Example

White with #FCEC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEC0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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