Html Css Color HEX #FCF01C Lemon

📋 copy color: '#FCF01C'

red 252 ◦ green 240 ◦ blue 28

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

Shades of Lemon #FCF01C

Tints of Lemon #FCF01C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.15%

 BLUE value IS 28 (11.33% from 255) = 5.38%

R = 48.46%
G = 46.15%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FCF01C (or 0xFCF01C) is known color: Lemon. HEX triplet: FC, F0 and 1C. RGB value is (252,240,28). Sum of RGB (Red+Green+Blue) = 252+240+28=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 240 (94.14% from 255 or 46.15% from 520); Blue value is 28 (11.33% from 255 or 5.38% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF01C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF01C is #030FE3. Grayscale: #DCDCDC. Windows color (decimal): -200676 or 1896700. OLE color: 1896700.

HSL color Cylindrical-coordinate representation of color #FCF01C: hue angle of 56.79º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FCF01C is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 240 28 -
CMYK 0 0.05 0.89 0.01
HSL 56.79º 0.97% 0.55% -
HSV(B) 56.79º 0.89% 0.99% -
XYZ 71.51 83.1 13.37 -
YUV 219.42 19.98 151.24 -
System Red Green Blue C M Y K H S L
Decimal 252 240 28 0 0.05 0.89 0.01 56.79 0.97 0.55
Hex FC F0 1C 0 5 59 1 39 61 37
Octal 374 360 34 0 5 131 1 71 141 67
Binary 11111100 11110000 11100 0 101 1011001 1 111001 1100001 110111

Color Harmonies of #FCF01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF01C

Black with #FCF01C

Text Example


Text Example

White with #FCF01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF01C; }

 p { color: rgb(252,240,28); }

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

background-color css

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

 a { background-color: rgb(252,240,28); }

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

border-color css

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

 span { border-color: rgb(252,240,28); }

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