Html Css Color HEX #FCF325 Lemon

📋 copy color: '#FCF325'

red 252 ◦ green 243 ◦ blue 37

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

Shades of Lemon #FCF325

Tints of Lemon #FCF325

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.68%

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

R = 47.37%
G = 45.68%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FCF325 (or 0xFCF325) is known color: Lemon. HEX triplet: FC, F3 and 25. RGB value is (252,243,37). Sum of RGB (Red+Green+Blue) = 252+243+37=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 243 (95.31% from 255 or 45.68% from 532); Blue value is 37 (14.84% from 255 or 6.95% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF325 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF325 is #030CDA. Grayscale: #DFDFDF. Windows color (decimal): -199899 or 2487292. OLE color: 2487292.

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

Color convert

RGB 252 243 37 -
CMYK 0 0.04 0.85 0.01
HSL 57.49º 0.97% 0.57% -
HSV(B) 57.49º 0.85% 0.99% -
XYZ 72.53 84.93 14.32 -
YUV 222.21 23.48 149.25 -
System Red Green Blue C M Y K H S L
Decimal 252 243 37 0 0.04 0.85 0.01 57.49 0.97 0.57
Hex FC F3 25 0 4 55 1 39 61 39
Octal 374 363 45 0 4 125 1 71 141 71
Binary 11111100 11110011 100101 0 100 1010101 1 111001 1100001 111001

Color Harmonies of #FCF325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF325

Black with #FCF325

Text Example


Text Example

White with #FCF325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF325; }

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

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

background-color css

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

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

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

border-color css

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

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

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