Html Css Color HEX #FCE414 Lemon

📋 copy color: '#FCE414'

red 252 ◦ green 228 ◦ blue 20

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

Shades of Lemon #FCE414

Tints of Lemon #FCE414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4%

R = 50.4%
G = 45.6%
B = 4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCE414 (or 0xFCE414) is known color: Lemon. HEX triplet: FC, E4 and 14. RGB value is (252,228,20). Sum of RGB (Red+Green+Blue) = 252+228+20=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 228 (89.45% from 255 or 45.6% from 500); Blue value is 20 (8.20% from 255 or 4% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE414 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE414 is #031BEB. Grayscale: #D4D4D4. Windows color (decimal): -203756 or 1369340. OLE color: 1369340.

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

Color convert

RGB 252 228 20 -
CMYK 0 0.10 0.92 0.01
HSL 53.79º 0.97% 0.53% -
HSV(B) 53.79º 0.92% 0.99% -
XYZ 68.01 76.23 11.79 -
YUV 211.46 19.95 156.91 -
System Red Green Blue C M Y K H S L
Decimal 252 228 20 0 0.10 0.92 0.01 53.79 0.97 0.53
Hex FC E4 14 0 A 5C 1 36 61 35
Octal 374 344 24 0 12 134 1 66 141 65
Binary 11111100 11100100 10100 0 1010 1011100 1 110110 1100001 110101

Color Harmonies of #FCE414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE414

Black with #FCE414

Text Example


Text Example

White with #FCE414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE414; }

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

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

background-color css

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

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

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

border-color css

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

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

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