Html Css Color HEX #FCF525 Lemon

📋 copy color: '#FCF525'

red 252 ◦ green 245 ◦ blue 37

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

Shades of Lemon #FCF525

Tints of Lemon #FCF525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 6.93%

R = 47.19%
G = 45.88%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FCF525 (or 0xFCF525) is known color: Lemon. HEX triplet: FC, F5 and 25. RGB value is (252,245,37). Sum of RGB (Red+Green+Blue) = 252+245+37=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 245 (96.09% from 255 or 45.88% from 534); Blue value is 37 (14.84% from 255 or 6.93% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF525 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF525 is #030ADA. Grayscale: #E0E0E0. Windows color (decimal): -199387 or 2487804. OLE color: 2487804.

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

Color convert

RGB 252 245 37 -
CMYK 0 0.03 0.85 0.01
HSL 58.05º 0.97% 0.57% -
HSV(B) 58.05º 0.85% 0.99% -
XYZ 73.13 86.13 14.52 -
YUV 223.38 22.82 148.41 -
System Red Green Blue C M Y K H S L
Decimal 252 245 37 0 0.03 0.85 0.01 58.05 0.97 0.57
Hex FC F5 25 0 3 55 1 3A 61 39
Octal 374 365 45 0 3 125 1 72 141 71
Binary 11111100 11110101 100101 0 11 1010101 1 111010 1100001 111001

Color Harmonies of #FCF525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF525

Black with #FCF525

Text Example


Text Example

White with #FCF525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF525; }

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

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

background-color css

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

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

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

border-color css

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

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

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