Html Css Color HEX #FCF513 Lemon

📋 copy color: '#FCF513'

red 252 ◦ green 245 ◦ blue 19

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

Shades of Lemon #FCF513

Tints of Lemon #FCF513

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.48%

 BLUE value IS 19 (7.81% from 255) = 3.68%

R = 48.84%
G = 47.48%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCF513 (or 0xFCF513) is known color: Lemon. HEX triplet: FC, F5 and 13. RGB value is (252,245,19). Sum of RGB (Red+Green+Blue) = 252+245+19=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 245 (96.09% from 255 or 47.48% from 516); Blue value is 19 (7.81% from 255 or 3.68% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF513 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF513 is #030AEC. Grayscale: #DEDEDE. Windows color (decimal): -199405 or 1308156. OLE color: 1308156.

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

Color convert

RGB 252 245 19 -
CMYK 0 0.03 0.92 0.01
HSL 58.2º 0.97% 0.53% -
HSV(B) 58.2º 0.92% 0.99% -
XYZ 72.91 86.05 13.38 -
YUV 221.33 13.82 149.88 -
System Red Green Blue C M Y K H S L
Decimal 252 245 19 0 0.03 0.92 0.01 58.2 0.97 0.53
Hex FC F5 13 0 3 5C 1 3A 61 35
Octal 374 365 23 0 3 134 1 72 141 65
Binary 11111100 11110101 10011 0 11 1011100 1 111010 1100001 110101

Color Harmonies of #FCF513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF513

Black with #FCF513

Text Example


Text Example

White with #FCF513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF513; }

 p { color: rgb(252,245,19); }

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

background-color css

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

 a { background-color: rgb(252,245,19); }

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

border-color css

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

 span { border-color: rgb(252,245,19); }

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