Html Css Color HEX #FCE10F Lemon

📋 copy color: '#FCE10F'

red 252 ◦ green 225 ◦ blue 15

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

Shades of Lemon #FCE10F

Tints of Lemon #FCE10F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.05%

R = 51.22%
G = 45.73%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCE10F (or 0xFCE10F) is known color: Lemon. HEX triplet: FC, E1 and 0F. RGB value is (252,225,15). Sum of RGB (Red+Green+Blue) = 252+225+15=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 225 (88.28% from 255 or 45.73% from 492); Blue value is 15 (6.25% from 255 or 3.05% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE10F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE10F is #031EF0. Grayscale: #D2D2D2. Windows color (decimal): -204529 or 1040892. OLE color: 1040892.

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

Color convert

RGB 252 225 15 -
CMYK 0 0.11 0.94 0.01
HSL 53.16º 0.98% 0.52% -
HSV(B) 53.16º 0.94% 0.99% -
XYZ 67.16 74.58 11.31 -
YUV 209.13 18.45 158.58 -
System Red Green Blue C M Y K H S L
Decimal 252 225 15 0 0.11 0.94 0.01 53.16 0.98 0.52
Hex FC E1 F 0 B 5E 1 35 62 34
Octal 374 341 17 0 13 136 1 65 142 64
Binary 11111100 11100001 1111 0 1011 1011110 1 110101 1100010 110100

Color Harmonies of #FCE10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE10F

Black with #FCE10F

Text Example


Text Example

White with #FCE10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE10F; }

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

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

background-color css

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

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

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

border-color css

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

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

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