Html Css Color HEX #FFF522 Lemon

📋 copy color: '#FFF522'

red 255 ◦ green 245 ◦ blue 34

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

Shades of Lemon #FFF522

Tints of Lemon #FFF522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 6.37%

R = 47.75%
G = 45.88%
B = 6.37%

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

#FFF522 (or 0xFFF522) is known color: Lemon. HEX triplet: FF, F5 and 22. RGB value is (255,245,34). Sum of RGB (Red+Green+Blue) = 255+245+34=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 245 (96.09% from 255 or 45.88% from 534); Blue value is 34 (13.67% from 255 or 6.37% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF522 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF522 is #000ADD. Grayscale: #E0E0E0. Windows color (decimal): -2782 or 2291199. OLE color: 2291199.

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

Color convert

RGB 255 245 34 -
CMYK 0 0.04 0.87 0
HSL 57.29º 1% 0.57% -
HSV(B) 57.29º 0.87% 1% -
XYZ 74.18 86.68 14.33 -
YUV 223.94 20.81 150.16 -
System Red Green Blue C M Y K H S L
Decimal 255 245 34 0 0.04 0.87 0 57.29 1 0.57
Hex FF F5 22 0 4 57 0 39 64 39
Octal 377 365 42 0 4 127 0 71 144 71
Binary 11111111 11110101 100010 0 100 1010111 0 111001 1100100 111001

Color Harmonies of #FFF522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF522

Black with #FFF522

Text Example


Text Example

White with #FFF522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF522; }

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

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

background-color css

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

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

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

border-color css

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

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

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