Html Css Color HEX #FCF618 Lemon

📋 copy color: '#FCF618'

red 252 ◦ green 246 ◦ blue 24

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

Shades of Lemon #FCF618

Tints of Lemon #FCF618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 4.6%

R = 48.28%
G = 47.13%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FCF618 (or 0xFCF618) is known color: Lemon. HEX triplet: FC, F6 and 18. RGB value is (252,246,24). Sum of RGB (Red+Green+Blue) = 252+246+24=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 246 (96.48% from 255 or 47.13% from 522); Blue value is 24 (9.77% from 255 or 4.60% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF618 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF618 is #0309E7. Grayscale: #DFDFDF. Windows color (decimal): -199144 or 1636092. OLE color: 1636092.

HSL color Cylindrical-coordinate representation of color #FCF618: hue angle of 58.42º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCF618 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 246 24 -
CMYK 0 0.02 0.90 0.01
HSL 58.42º 0.97% 0.54% -
HSV(B) 58.42º 0.9% 0.99% -
XYZ 73.27 86.67 13.73 -
YUV 222.49 15.99 149.05 -
System Red Green Blue C M Y K H S L
Decimal 252 246 24 0 0.02 0.90 0.01 58.42 0.97 0.54
Hex FC F6 18 0 2 5A 1 3A 61 36
Octal 374 366 30 0 2 132 1 72 141 66
Binary 11111100 11110110 11000 0 10 1011010 1 111010 1100001 110110

Color Harmonies of #FCF618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF618

Black with #FCF618

Text Example


Text Example

White with #FCF618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF618; }

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

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

background-color css

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

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

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

border-color css

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

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

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