Html Css Color HEX #FCE40D Lemon

📋 copy color: '#FCE40D'

red 252 ◦ green 228 ◦ blue 13

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

Shades of Lemon #FCE40D

Tints of Lemon #FCE40D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 46.25%

 BLUE value IS 13 (5.47% from 255) = 2.64%

R = 51.12%
G = 46.25%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FCE40D (or 0xFCE40D) is known color: Lemon. HEX triplet: FC, E4 and 0D. RGB value is (252,228,13). Sum of RGB (Red+Green+Blue) = 252+228+13=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 228 (89.45% from 255 or 46.25% from 493); Blue value is 13 (5.47% from 255 or 2.64% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE40D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE40D is #031BF2. Grayscale: #D3D3D3. Windows color (decimal): -203763 or 910588. OLE color: 910588.

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

Color convert

RGB 252 228 13 -
CMYK 0 0.10 0.95 0.01
HSL 53.97º 0.98% 0.52% -
HSV(B) 53.97º 0.95% 0.99% -
XYZ 67.96 76.21 11.51 -
YUV 210.67 16.45 157.48 -
System Red Green Blue C M Y K H S L
Decimal 252 228 13 0 0.10 0.95 0.01 53.97 0.98 0.52
Hex FC E4 D 0 A 5F 1 36 62 34
Octal 374 344 15 0 12 137 1 66 142 64
Binary 11111100 11100100 1101 0 1010 1011111 1 110110 1100010 110100

Color Harmonies of #FCE40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE40D

Black with #FCE40D

Text Example


Text Example

White with #FCE40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE40D; }

 p { color: rgb(252,228,13); }

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

background-color css

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

 a { background-color: rgb(252,228,13); }

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

border-color css

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

 span { border-color: rgb(252,228,13); }

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