Html Css Color HEX #F8DC15 Lemon

📋 copy color: '#F8DC15'

red 248 ◦ green 220 ◦ blue 21

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

Shades of Lemon #F8DC15

Tints of Lemon #F8DC15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.29%

R = 50.72%
G = 44.99%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F8DC15 (or 0xF8DC15) is known color: Lemon. HEX triplet: F8, DC and 15. RGB value is (248,220,21). Sum of RGB (Red+Green+Blue) = 248+220+21=489 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.72% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 21 (8.59% from 255 or 4.29% from 489); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DC15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8DC15 is #0723EA. Grayscale: #CECECE. Windows color (decimal): -467947 or 1432824. OLE color: 1432824.

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

Color convert

RGB 248 220 21 -
CMYK 0 0.11 0.92 0.03
HSL 52.6º 0.94% 0.53% -
HSV(B) 52.6º 0.92% 0.97% -
XYZ 64.44 71.2 11.06 -
YUV 205.69 23.78 158.18 -
System Red Green Blue C M Y K H S L
Decimal 248 220 21 0 0.11 0.92 0.03 52.6 0.94 0.53
Hex F8 DC 15 0 B 5C 3 35 5E 35
Octal 370 334 25 0 13 134 3 65 136 65
Binary 11111000 11011100 10101 0 1011 1011100 11 110101 1011110 110101

Color Harmonies of #F8DC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DC15

Black with #F8DC15

Text Example


Text Example

White with #F8DC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DC15; }

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

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

background-color css

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

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

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

border-color css

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

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

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