Html Css Color HEX #FCE80B Lemon

📋 copy color: '#FCE80B'

red 252 ◦ green 232 ◦ blue 11

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

Shades of Lemon #FCE80B

Tints of Lemon #FCE80B

RGB

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

 GREEN value IS 232 (91.02% from 255) = 46.87%

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

R = 50.91%
G = 46.87%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCE80B (or 0xFCE80B) is known color: Lemon. HEX triplet: FC, E8 and 0B. RGB value is (252,232,11). Sum of RGB (Red+Green+Blue) = 252+232+11=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 232 (91.02% from 255 or 46.87% from 495); Blue value is 11 (4.69% from 255 or 2.22% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE80B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCE80B is #0317F4. Grayscale: #D5D5D5. Windows color (decimal): -202741 or 780540. OLE color: 780540.

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

Color convert

RGB 252 232 11 -
CMYK 0 0.08 0.96 0.01
HSL 55.02º 0.98% 0.52% -
HSV(B) 55.02º 0.96% 0.99% -
XYZ 69.06 78.43 11.82 -
YUV 212.79 14.13 155.97 -
System Red Green Blue C M Y K H S L
Decimal 252 232 11 0 0.08 0.96 0.01 55.02 0.98 0.52
Hex FC E8 B 0 8 60 1 37 62 34
Octal 374 350 13 0 10 140 1 67 142 64
Binary 11111100 11101000 1011 0 1000 1100000 1 110111 1100010 110100

Color Harmonies of #FCE80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE80B

Black with #FCE80B

Text Example


Text Example

White with #FCE80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE80B; }

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

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

background-color css

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

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

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

border-color css

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

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

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