Html Css Color HEX #FCE314 Lemon

📋 copy color: '#FCE314'

red 252 ◦ green 227 ◦ blue 20

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

Shades of Lemon #FCE314

Tints of Lemon #FCE314

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.49%

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

R = 50.5%
G = 45.49%
B = 4.01%

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

#FCE314 (or 0xFCE314) is known color: Lemon. HEX triplet: FC, E3 and 14. RGB value is (252,227,20). Sum of RGB (Red+Green+Blue) = 252+227+20=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 227 (89.06% from 255 or 45.49% from 499); Blue value is 20 (8.20% from 255 or 4.01% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE314 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE314 is #031CEB. Grayscale: #D3D3D3. Windows color (decimal): -204012 or 1369084. OLE color: 1369084.

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

Color convert

RGB 252 227 20 -
CMYK 0 0.10 0.92 0.01
HSL 53.53º 0.97% 0.53% -
HSV(B) 53.53º 0.92% 0.99% -
XYZ 67.74 75.68 11.7 -
YUV 210.88 20.28 157.33 -
System Red Green Blue C M Y K H S L
Decimal 252 227 20 0 0.10 0.92 0.01 53.53 0.97 0.53
Hex FC E3 14 0 A 5C 1 36 61 35
Octal 374 343 24 0 12 134 1 66 141 65
Binary 11111100 11100011 10100 0 1010 1011100 1 110110 1100001 110101

Color Harmonies of #FCE314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE314

Black with #FCE314

Text Example


Text Example

White with #FCE314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE314; }

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

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

background-color css

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

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

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

border-color css

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

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

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