Html Css Color HEX #FCD714 Lemon

📋 copy color: '#FCD714'

red 252 ◦ green 215 ◦ blue 20

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

Shades of Lemon #FCD714

Tints of Lemon #FCD714

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.15%

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

R = 51.75%
G = 44.15%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCD714 (or 0xFCD714) is known color: Lemon. HEX triplet: FC, D7 and 14. RGB value is (252,215,20). Sum of RGB (Red+Green+Blue) = 252+215+20=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 215 (84.38% from 255 or 44.15% from 487); Blue value is 20 (8.20% from 255 or 4.11% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD714 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD714 is #0328EB. Grayscale: #CCCCCC. Windows color (decimal): -207084 or 1366012. OLE color: 1366012.

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

Color convert

RGB 252 215 20 -
CMYK 0 0.15 0.92 0.01
HSL 50.43º 0.97% 0.53% -
HSV(B) 50.43º 0.92% 0.99% -
XYZ 64.57 69.35 10.64 -
YUV 203.83 24.26 162.36 -
System Red Green Blue C M Y K H S L
Decimal 252 215 20 0 0.15 0.92 0.01 50.43 0.97 0.53
Hex FC D7 14 0 F 5C 1 32 61 35
Octal 374 327 24 0 17 134 1 62 141 65
Binary 11111100 11010111 10100 0 1111 1011100 1 110010 1100001 110101

Color Harmonies of #FCD714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD714

Black with #FCD714

Text Example


Text Example

White with #FCD714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD714; }

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

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

background-color css

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

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

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

border-color css

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

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

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