Html Css Color HEX #FCF520 Lemon

📋 copy color: '#FCF520'

red 252 ◦ green 245 ◦ blue 32

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

Shades of Lemon #FCF520

Tints of Lemon #FCF520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.05%

R = 47.64%
G = 46.31%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FCF520 (or 0xFCF520) is known color: Lemon. HEX triplet: FC, F5 and 20. RGB value is (252,245,32). Sum of RGB (Red+Green+Blue) = 252+245+32=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 245 (96.09% from 255 or 46.31% from 529); Blue value is 32 (12.89% from 255 or 6.05% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF520 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF520 is #030ADF. Grayscale: #DFDFDF. Windows color (decimal): -199392 or 2160124. OLE color: 2160124.

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

Color convert

RGB 252 245 32 -
CMYK 0 0.03 0.87 0.01
HSL 58.09º 0.97% 0.56% -
HSV(B) 58.09º 0.87% 0.99% -
XYZ 73.06 86.1 14.14 -
YUV 222.81 20.32 148.82 -
System Red Green Blue C M Y K H S L
Decimal 252 245 32 0 0.03 0.87 0.01 58.09 0.97 0.56
Hex FC F5 20 0 3 57 1 3A 61 38
Octal 374 365 40 0 3 127 1 72 141 70
Binary 11111100 11110101 100000 0 11 1010111 1 111010 1100001 111000

Color Harmonies of #FCF520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF520

Black with #FCF520

Text Example


Text Example

White with #FCF520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF520; }

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

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

background-color css

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

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

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

border-color css

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

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

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