Html Css Color HEX #FCE714 Lemon

📋 copy color: '#FCE714'

red 252 ◦ green 231 ◦ blue 20

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

Shades of Lemon #FCE714

Tints of Lemon #FCE714

RGB

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

 GREEN value IS 231 (90.63% from 255) = 45.92%

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

R = 50.1%
G = 45.92%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCE714 (or 0xFCE714) is known color: Lemon. HEX triplet: FC, E7 and 14. RGB value is (252,231,20). Sum of RGB (Red+Green+Blue) = 252+231+20=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 231 (90.62% from 255 or 45.92% from 503); Blue value is 20 (8.20% from 255 or 3.98% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE714 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCE714 is #0318EB. Grayscale: #D6D6D6. Windows color (decimal): -202988 or 1370108. OLE color: 1370108.

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

Color convert

RGB 252 231 20 -
CMYK 0 0.08 0.92 0.01
HSL 54.57º 0.97% 0.53% -
HSV(B) 54.57º 0.92% 0.99% -
XYZ 68.85 77.9 12.07 -
YUV 213.23 18.96 155.66 -
System Red Green Blue C M Y K H S L
Decimal 252 231 20 0 0.08 0.92 0.01 54.57 0.97 0.53
Hex FC E7 14 0 8 5C 1 37 61 35
Octal 374 347 24 0 10 134 1 67 141 65
Binary 11111100 11100111 10100 0 1000 1011100 1 110111 1100001 110101

Color Harmonies of #FCE714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE714

Black with #FCE714

Text Example


Text Example

White with #FCE714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE714; }

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

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

background-color css

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

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

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

border-color css

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

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

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