Html Css Color HEX #FFF820 Lemon

📋 copy color: '#FFF820'

red 255 ◦ green 248 ◦ blue 32

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

Shades of Lemon #FFF820

Tints of Lemon #FFF820

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.36%

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

R = 47.66%
G = 46.36%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FFF820 (or 0xFFF820) is known color: Lemon. HEX triplet: FF, F8 and 20. RGB value is (255,248,32). Sum of RGB (Red+Green+Blue) = 255+248+32=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 248 (97.27% from 255 or 46.36% from 535); Blue value is 32 (12.89% from 255 or 5.98% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF820 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF820 is #0007DF. Grayscale: #E2E2E2. Windows color (decimal): -2016 or 2160895. OLE color: 2160895.

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

Color convert

RGB 255 248 32 -
CMYK 0 0.03 0.87 0
HSL 58.12º 1% 0.56% -
HSV(B) 58.12º 0.87% 1% -
XYZ 75.07 88.5 14.49 -
YUV 225.47 18.82 149.06 -
System Red Green Blue C M Y K H S L
Decimal 255 248 32 0 0.03 0.87 0 58.12 1 0.56
Hex FF F8 20 0 3 57 0 3A 64 38
Octal 377 370 40 0 3 127 0 72 144 70
Binary 11111111 11111000 100000 0 11 1010111 0 111010 1100100 111000

Color Harmonies of #FFF820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF820

Black with #FFF820

Text Example


Text Example

White with #FFF820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF820; }

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

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

background-color css

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

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

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

border-color css

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

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

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