Html Css Color HEX #FCEC1B Lemon

📋 copy color: '#FCEC1B'

red 252 ◦ green 236 ◦ blue 27

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

Shades of Lemon #FCEC1B

Tints of Lemon #FCEC1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.24%

R = 48.93%
G = 45.83%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FCEC1B (or 0xFCEC1B) is known color: Lemon. HEX triplet: FC, EC and 1B. RGB value is (252,236,27). Sum of RGB (Red+Green+Blue) = 252+236+27=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 236 (92.58% from 255 or 45.83% from 515); Blue value is 27 (10.94% from 255 or 5.24% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC1B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEC1B is #0313E4. Grayscale: #D9D9D9. Windows color (decimal): -201701 or 1830140. OLE color: 1830140.

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

Color convert

RGB 252 236 27 -
CMYK 0 0.06 0.89 0.01
HSL 55.73º 0.97% 0.55% -
HSV(B) 55.73º 0.89% 0.99% -
XYZ 70.34 80.77 12.92 -
YUV 216.96 20.8 152.99 -
System Red Green Blue C M Y K H S L
Decimal 252 236 27 0 0.06 0.89 0.01 55.73 0.97 0.55
Hex FC EC 1B 0 6 59 1 38 61 37
Octal 374 354 33 0 6 131 1 70 141 67
Binary 11111100 11101100 11011 0 110 1011001 1 111000 1100001 110111

Color Harmonies of #FCEC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEC1B

Black with #FCEC1B

Text Example


Text Example

White with #FCEC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEC1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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