Html Css Color HEX #F8D814 Lemon

📋 copy color: '#F8D814'

red 248 ◦ green 216 ◦ blue 20

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

Shades of Lemon #F8D814

Tints of Lemon #F8D814

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.63%

 BLUE value IS 20 (8.2% from 255) = 4.13%

R = 51.24%
G = 44.63%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F8D814 (or 0xF8D814) is known color: Lemon. HEX triplet: F8, D8 and 14. RGB value is (248,216,20). Sum of RGB (Red+Green+Blue) = 248+216+20=484 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.24% from 484); Green value is 216 (84.77% from 255 or 44.63% from 484); Blue value is 20 (8.20% from 255 or 4.13% from 484); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D814 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D814 is #0727EB. Grayscale: #CCCCCC. Windows color (decimal): -468972 or 1366264. OLE color: 1366264.

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

Color convert

RGB 248 216 20 -
CMYK 0 0.13 0.92 0.03
HSL 51.58º 0.94% 0.53% -
HSV(B) 51.58º 0.92% 0.97% -
XYZ 63.39 69.12 10.66 -
YUV 203.22 24.6 159.94 -
System Red Green Blue C M Y K H S L
Decimal 248 216 20 0 0.13 0.92 0.03 51.58 0.94 0.53
Hex F8 D8 14 0 D 5C 3 34 5E 35
Octal 370 330 24 0 15 134 3 64 136 65
Binary 11111000 11011000 10100 0 1101 1011100 11 110100 1011110 110101

Color Harmonies of #F8D814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D814

Black with #F8D814

Text Example


Text Example

White with #F8D814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D814; }

 p { color: rgb(248,216,20); }

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

background-color css

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

 a { background-color: rgb(248,216,20); }

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

border-color css

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

 span { border-color: rgb(248,216,20); }

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