Html Css Color HEX #FCFC25 Lemon

📋 copy color: '#FCFC25'

red 252 ◦ green 252 ◦ blue 37

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

Shades of Lemon #FCFC25

Tints of Lemon #FCFC25

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.58%

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

R = 46.58%
G = 46.58%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FCFC25 (or 0xFCFC25) is known color: Lemon. HEX triplet: FC, FC and 25. RGB value is (252,252,37). Sum of RGB (Red+Green+Blue) = 252+252+37=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 252 (98.83% from 255 or 46.58% from 541); Blue value is 37 (14.84% from 255 or 6.84% from 541); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFC25 is #0303DA. Grayscale: #E4E4E4. Windows color (decimal): -197595 or 2489596. OLE color: 2489596.

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

Color convert

RGB 252 252 37 -
CMYK 0 0 0.85 0.01
HSL 60º 0.97% 0.57% -
HSV(B) 60º 0.85% 0.99% -
XYZ 75.29 90.45 15.24 -
YUV 227.49 20.5 145.48 -
System Red Green Blue C M Y K H S L
Decimal 252 252 37 0 0 0.85 0.01 60 0.97 0.57
Hex FC FC 25 0 0 55 1 3C 61 39
Octal 374 374 45 0 0 125 1 74 141 71
Binary 11111100 11111100 100101 0 0 1010101 1 111100 1100001 111001

Color Harmonies of #FCFC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFC25

Black with #FCFC25

Text Example


Text Example

White with #FCFC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFC25; }

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

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

background-color css

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

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

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

border-color css

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

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

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