Html Css Color HEX #F0E208 Lemon

📋 copy color: '#F0E208'

red 240 ◦ green 226 ◦ blue 8

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

Shades of Lemon #F0E208

Tints of Lemon #F0E208

RGB

 RED value IS 240 (94.14% from 255) = 50.63%

 GREEN value IS 226 (88.67% from 255) = 47.68%

 BLUE value IS 8 (3.52% from 255) = 1.69%

R = 50.63%
G = 47.68%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#F0E208 (or 0xF0E208) is known color: Lemon. HEX triplet: F0, E2 and 08. RGB value is (240,226,8). Sum of RGB (Red+Green+Blue) = 240+226+8=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 226 (88.67% from 255 or 47.68% from 474); Blue value is 8 (3.52% from 255 or 1.69% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E208 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0E208 is #0F1DF7. Grayscale: #CECECE. Windows color (decimal): -990712 or 582384. OLE color: 582384.

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

Color convert

RGB 240 226 8 -
CMYK 0 0.06 0.97 0.06
HSL 56.38º 0.94% 0.49% -
HSV(B) 56.38º 0.97% 0.94% -
XYZ 63.18 72.94 10.98 -
YUV 205.33 16.64 152.73 -
System Red Green Blue C M Y K H S L
Decimal 240 226 8 0 0.06 0.97 0.06 56.38 0.94 0.49
Hex F0 E2 8 0 6 61 6 38 5E 31
Octal 360 342 10 0 6 141 6 70 136 61
Binary 11110000 11100010 1000 0 110 1100001 110 111000 1011110 110001

Color Harmonies of #F0E208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E208

Black with #F0E208

Text Example


Text Example

White with #F0E208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E208; }

 p { color: rgb(240,226,8); }

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

background-color css

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

 a { background-color: rgb(240,226,8); }

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

border-color css

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

 span { border-color: rgb(240,226,8); }

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