Html Css Color HEX #FFF420 Lemon

📋 copy color: '#FFF420'

red 255 ◦ green 244 ◦ blue 32

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

Shades of Lemon #FFF420

Tints of Lemon #FFF420

RGB

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

 GREEN value IS 244 (95.7% from 255) = 45.95%

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

R = 48.02%
G = 45.95%
B = 6.03%

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

#FFF420 (or 0xFFF420) is known color: Lemon. HEX triplet: FF, F4 and 20. RGB value is (255,244,32). Sum of RGB (Red+Green+Blue) = 255+244+32=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 244 (95.70% from 255 or 45.95% from 531); Blue value is 32 (12.89% from 255 or 6.03% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF420 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF420 is #000BDF. Grayscale: #DFDFDF. Windows color (decimal): -3040 or 2159871. OLE color: 2159871.

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

Color convert

RGB 255 244 32 -
CMYK 0 0.04 0.87 0
HSL 57.04º 1% 0.56% -
HSV(B) 57.04º 0.87% 1% -
XYZ 73.85 86.07 14.09 -
YUV 223.12 20.14 150.74 -
System Red Green Blue C M Y K H S L
Decimal 255 244 32 0 0.04 0.87 0 57.04 1 0.56
Hex FF F4 20 0 4 57 0 39 64 38
Octal 377 364 40 0 4 127 0 71 144 70
Binary 11111111 11110100 100000 0 100 1010111 0 111001 1100100 111000

Color Harmonies of #FFF420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF420

Black with #FFF420

Text Example


Text Example

White with #FFF420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF420; }

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

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

background-color css

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

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

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

border-color css

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

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

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