Html Css Color HEX #FCF613 Lemon

📋 copy color: '#FCF613'

red 252 ◦ green 246 ◦ blue 19

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

Shades of Lemon #FCF613

Tints of Lemon #FCF613

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.58%

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

R = 48.74%
G = 47.58%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCF613 (or 0xFCF613) is known color: Lemon. HEX triplet: FC, F6 and 13. RGB value is (252,246,19). Sum of RGB (Red+Green+Blue) = 252+246+19=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 246 (96.48% from 255 or 47.58% from 517); Blue value is 19 (7.81% from 255 or 3.68% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF613 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF613 is #0309EC. Grayscale: #DEDEDE. Windows color (decimal): -199149 or 1308412. OLE color: 1308412.

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

Color convert

RGB 252 246 19 -
CMYK 0 0.02 0.92 0.01
HSL 58.45º 0.97% 0.53% -
HSV(B) 58.45º 0.92% 0.99% -
XYZ 73.22 86.65 13.48 -
YUV 221.92 13.49 149.46 -
System Red Green Blue C M Y K H S L
Decimal 252 246 19 0 0.02 0.92 0.01 58.45 0.97 0.53
Hex FC F6 13 0 2 5C 1 3A 61 35
Octal 374 366 23 0 2 134 1 72 141 65
Binary 11111100 11110110 10011 0 10 1011100 1 111010 1100001 110101

Color Harmonies of #FCF613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF613

Black with #FCF613

Text Example


Text Example

White with #FCF613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF613; }

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

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

background-color css

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

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

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

border-color css

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

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

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