Html Css Color HEX #F8EC1E Lemon

📋 copy color: '#F8EC1E'

red 248 ◦ green 236 ◦ blue 30

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

Shades of Lemon #F8EC1E

Tints of Lemon #F8EC1E

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.91%

 BLUE value IS 30 (12.11% from 255) = 5.84%

R = 48.25%
G = 45.91%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F8EC1E (or 0xF8EC1E) is known color: Lemon. HEX triplet: F8, EC and 1E. RGB value is (248,236,30). Sum of RGB (Red+Green+Blue) = 248+236+30=514 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.25% from 514); Green value is 236 (92.58% from 255 or 45.91% from 514); Blue value is 30 (12.11% from 255 or 5.84% from 514); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EC1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8EC1E is #0713E1. Grayscale: #D8D8D8. Windows color (decimal): -463842 or 2026744. OLE color: 2026744.

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

Color convert

RGB 248 236 30 -
CMYK 0 0.05 0.88 0.03
HSL 56.7º 0.94% 0.55% -
HSV(B) 56.7º 0.88% 0.97% -
XYZ 68.94 80.04 13.04 -
YUV 216.1 22.98 150.75 -
System Red Green Blue C M Y K H S L
Decimal 248 236 30 0 0.05 0.88 0.03 56.7 0.94 0.55
Hex F8 EC 1E 0 5 58 3 39 5E 37
Octal 370 354 36 0 5 130 3 71 136 67
Binary 11111000 11101100 11110 0 101 1011000 11 111001 1011110 110111

Color Harmonies of #F8EC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8EC1E

Black with #F8EC1E

Text Example


Text Example

White with #F8EC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8EC1E; }

 p { color: rgb(248,236,30); }

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

background-color css

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

 a { background-color: rgb(248,236,30); }

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

border-color css

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

 span { border-color: rgb(248,236,30); }

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