Html Css Color HEX #F8DC13 Lemon

📋 copy color: '#F8DC13'

red 248 ◦ green 220 ◦ blue 19

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

Shades of Lemon #F8DC13

Tints of Lemon #F8DC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 3.9%

R = 50.92%
G = 45.17%
B = 3.9%

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

#F8DC13 (or 0xF8DC13) is known color: Lemon. HEX triplet: F8, DC and 13. RGB value is (248,220,19). Sum of RGB (Red+Green+Blue) = 248+220+19=487 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.92% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 19 (7.81% from 255 or 3.90% from 487); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DC13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8DC13 is #0723EC. Grayscale: #CECECE. Windows color (decimal): -467949 or 1301752. OLE color: 1301752.

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

Color convert

RGB 248 220 19 -
CMYK 0 0.11 0.92 0.03
HSL 52.66º 0.94% 0.52% -
HSV(B) 52.66º 0.92% 0.97% -
XYZ 64.42 71.19 10.96 -
YUV 205.46 22.78 158.34 -
System Red Green Blue C M Y K H S L
Decimal 248 220 19 0 0.11 0.92 0.03 52.66 0.94 0.52
Hex F8 DC 13 0 B 5C 3 35 5E 34
Octal 370 334 23 0 13 134 3 65 136 64
Binary 11111000 11011100 10011 0 1011 1011100 11 110101 1011110 110100

Color Harmonies of #F8DC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DC13

Black with #F8DC13

Text Example


Text Example

White with #F8DC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DC13; }

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

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

background-color css

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

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

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

border-color css

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

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

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