Html Css Color HEX #FCE514 Lemon

📋 copy color: '#FCE514'

red 252 ◦ green 229 ◦ blue 20

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

Shades of Lemon #FCE514

Tints of Lemon #FCE514

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.71%

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

R = 50.3%
G = 45.71%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCE514 (or 0xFCE514) is known color: Lemon. HEX triplet: FC, E5 and 14. RGB value is (252,229,20). Sum of RGB (Red+Green+Blue) = 252+229+20=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 229 (89.84% from 255 or 45.71% from 501); Blue value is 20 (8.20% from 255 or 3.99% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE514 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE514 is #031AEB. Grayscale: #D4D4D4. Windows color (decimal): -203500 or 1369596. OLE color: 1369596.

HSL color Cylindrical-coordinate representation of color #FCE514: hue angle of 54.05º 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 #FCE514 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 229 20 -
CMYK 0 0.09 0.92 0.01
HSL 54.05º 0.97% 0.53% -
HSV(B) 54.05º 0.92% 0.99% -
XYZ 68.29 76.78 11.88 -
YUV 212.05 19.62 156.49 -
System Red Green Blue C M Y K H S L
Decimal 252 229 20 0 0.09 0.92 0.01 54.05 0.97 0.53
Hex FC E5 14 0 9 5C 1 36 61 35
Octal 374 345 24 0 11 134 1 66 141 65
Binary 11111100 11100101 10100 0 1001 1011100 1 110110 1100001 110101

Color Harmonies of #FCE514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE514

Black with #FCE514

Text Example


Text Example

White with #FCE514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE514; }

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

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

background-color css

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

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

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

border-color css

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

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

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