Html Css Color HEX #FCF526 Lemon

📋 copy color: '#FCF526'

red 252 ◦ green 245 ◦ blue 38

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

Shades of Lemon #FCF526

Tints of Lemon #FCF526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.1%

R = 47.1%
G = 45.79%
B = 7.1%

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

#FCF526 (or 0xFCF526) is known color: Lemon. HEX triplet: FC, F5 and 26. RGB value is (252,245,38). Sum of RGB (Red+Green+Blue) = 252+245+38=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 245 (96.09% from 255 or 45.79% from 535); Blue value is 38 (15.23% from 255 or 7.10% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF526 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF526 is #030AD9. Grayscale: #E0E0E0. Windows color (decimal): -199386 or 2553340. OLE color: 2553340.

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

Color convert

RGB 252 245 38 -
CMYK 0 0.03 0.85 0.01
HSL 58.04º 0.97% 0.57% -
HSV(B) 58.04º 0.85% 0.99% -
XYZ 73.15 86.14 14.61 -
YUV 223.5 23.32 148.33 -
System Red Green Blue C M Y K H S L
Decimal 252 245 38 0 0.03 0.85 0.01 58.04 0.97 0.57
Hex FC F5 26 0 3 55 1 3A 61 39
Octal 374 365 46 0 3 125 1 72 141 71
Binary 11111100 11110101 100110 0 11 1010101 1 111010 1100001 111001

Color Harmonies of #FCF526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF526

Black with #FCF526

Text Example


Text Example

White with #FCF526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF526; }

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

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

background-color css

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

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

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

border-color css

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

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

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