Html Css Color HEX #FFF520 Lemon

📋 copy color: '#FFF520'

red 255 ◦ green 245 ◦ blue 32

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

Shades of Lemon #FFF520

Tints of Lemon #FFF520

RGB

 RED value IS 255 (100% from 255) = 47.93%

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

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

R = 47.93%
G = 46.05%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FFF520 (or 0xFFF520) is known color: Lemon. HEX triplet: FF, F5 and 20. RGB value is (255,245,32). Sum of RGB (Red+Green+Blue) = 255+245+32=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 245 (96.09% from 255 or 46.05% from 532); Blue value is 32 (12.89% from 255 or 6.02% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF520 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF520 is #000ADF. Grayscale: #E0E0E0. Windows color (decimal): -2784 or 2160127. OLE color: 2160127.

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

Color convert

RGB 255 245 32 -
CMYK 0 0.04 0.87 0
HSL 57.31º 1% 0.56% -
HSV(B) 57.31º 0.87% 1% -
XYZ 74.15 86.67 14.19 -
YUV 223.71 19.81 150.32 -
System Red Green Blue C M Y K H S L
Decimal 255 245 32 0 0.04 0.87 0 57.31 1 0.56
Hex FF F5 20 0 4 57 0 39 64 38
Octal 377 365 40 0 4 127 0 71 144 70
Binary 11111111 11110101 100000 0 100 1010111 0 111001 1100100 111000

Color Harmonies of #FFF520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF520

Black with #FFF520

Text Example


Text Example

White with #FFF520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF520; }

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

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

background-color css

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

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

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

border-color css

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

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

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