Html Css Color HEX #F8ED1C Lemon

📋 copy color: '#F8ED1C'

red 248 ◦ green 237 ◦ blue 28

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

Shades of Lemon #F8ED1C

Tints of Lemon #F8ED1C

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.2%

 BLUE value IS 28 (11.33% from 255) = 5.46%

R = 48.34%
G = 46.2%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F8ED1C (or 0xF8ED1C) is known color: Lemon. HEX triplet: F8, ED and 1C. RGB value is (248,237,28). Sum of RGB (Red+Green+Blue) = 248+237+28=513 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.34% from 513); Green value is 237 (92.97% from 255 or 46.20% from 513); Blue value is 28 (11.33% from 255 or 5.46% from 513); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ED1C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8ED1C is #0712E3. Grayscale: #D9D9D9. Windows color (decimal): -463588 or 1895928. OLE color: 1895928.

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

Color convert

RGB 248 237 28 -
CMYK 0 0.04 0.89 0.03
HSL 57º 0.94% 0.54% -
HSV(B) 57º 0.89% 0.97% -
XYZ 69.21 80.61 13.01 -
YUV 216.46 21.64 150.49 -
System Red Green Blue C M Y K H S L
Decimal 248 237 28 0 0.04 0.89 0.03 57 0.94 0.54
Hex F8 ED 1C 0 4 59 3 39 5E 36
Octal 370 355 34 0 4 131 3 71 136 66
Binary 11111000 11101101 11100 0 100 1011001 11 111001 1011110 110110

Color Harmonies of #F8ED1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8ED1C

Black with #F8ED1C

Text Example


Text Example

White with #F8ED1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8ED1C; }

 p { color: rgb(248,237,28); }

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

background-color css

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

 a { background-color: rgb(248,237,28); }

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

border-color css

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

 span { border-color: rgb(248,237,28); }

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