Html Css Color HEX #F8DC11 Lemon

📋 copy color: '#F8DC11'

red 248 ◦ green 220 ◦ blue 17

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

Shades of Lemon #F8DC11

Tints of Lemon #F8DC11

RGB

 RED value IS 248 (97.27% from 255) = 51.13%

 GREEN value IS 220 (86.33% from 255) = 45.36%

 BLUE value IS 17 (7.03% from 255) = 3.51%

R = 51.13%
G = 45.36%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F8DC11 (or 0xF8DC11) is known color: Lemon. HEX triplet: F8, DC and 11. RGB value is (248,220,17). Sum of RGB (Red+Green+Blue) = 248+220+17=485 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.13% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 17 (7.03% from 255 or 3.51% from 485); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DC11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8DC11 is #0723EE. Grayscale: #CECECE. Windows color (decimal): -467951 or 1170680. OLE color: 1170680.

HSL color Cylindrical-coordinate representation of color #F8DC11: hue angle of 52.73º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F8DC11 is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 220 17 -
CMYK 0 0.11 0.93 0.03
HSL 52.73º 0.94% 0.52% -
HSV(B) 52.73º 0.93% 0.97% -
XYZ 64.41 71.18 10.88 -
YUV 205.23 21.78 158.51 -
System Red Green Blue C M Y K H S L
Decimal 248 220 17 0 0.11 0.93 0.03 52.73 0.94 0.52
Hex F8 DC 11 0 B 5D 3 35 5E 34
Octal 370 334 21 0 13 135 3 65 136 64
Binary 11111000 11011100 10001 0 1011 1011101 11 110101 1011110 110100

Color Harmonies of #F8DC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DC11

Black with #F8DC11

Text Example


Text Example

White with #F8DC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DC11; }

 p { color: rgb(248,220,17); }

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

background-color css

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

 a { background-color: rgb(248,220,17); }

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

border-color css

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

 span { border-color: rgb(248,220,17); }

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