Html Css Color HEX #FCE10A Lemon

📋 copy color: '#FCE10A'

red 252 ◦ green 225 ◦ blue 10

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

Shades of Lemon #FCE10A

Tints of Lemon #FCE10A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.05%

R = 51.75%
G = 46.2%
B = 2.05%

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

#FCE10A (or 0xFCE10A) is known color: Lemon. HEX triplet: FC, E1 and 0A. RGB value is (252,225,10). Sum of RGB (Red+Green+Blue) = 252+225+10=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 225 (88.28% from 255 or 46.20% from 487); Blue value is 10 (4.30% from 255 or 2.05% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE10A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE10A is #031EF5. Grayscale: #D1D1D1. Windows color (decimal): -204534 or 713212. OLE color: 713212.

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

Color convert

RGB 252 225 10 -
CMYK 0 0.11 0.96 0.01
HSL 53.31º 0.98% 0.51% -
HSV(B) 53.31º 0.96% 0.99% -
XYZ 67.12 74.57 11.14 -
YUV 208.56 15.95 158.98 -
System Red Green Blue C M Y K H S L
Decimal 252 225 10 0 0.11 0.96 0.01 53.31 0.98 0.51
Hex FC E1 A 0 B 60 1 35 62 33
Octal 374 341 12 0 13 140 1 65 142 63
Binary 11111100 11100001 1010 0 1011 1100000 1 110101 1100010 110011

Color Harmonies of #FCE10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE10A

Black with #FCE10A

Text Example


Text Example

White with #FCE10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE10A; }

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

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

background-color css

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

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

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

border-color css

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

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

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