Html Css Color HEX #F0ED1A Lemon

📋 copy color: '#F0ED1A'

red 240 ◦ green 237 ◦ blue 26

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

Shades of Lemon #F0ED1A

Tints of Lemon #F0ED1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.17%

R = 47.71%
G = 47.12%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0ED1A (or 0xF0ED1A) is known color: Lemon. HEX triplet: F0, ED and 1A. RGB value is (240,237,26). Sum of RGB (Red+Green+Blue) = 240+237+26=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 237 (92.97% from 255 or 47.12% from 503); Blue value is 26 (10.55% from 255 or 5.17% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ED1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0ED1A is #0F12E5. Grayscale: #D6D6D6. Windows color (decimal): -987878 or 1764848. OLE color: 1764848.

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

Color convert

RGB 240 237 26 -
CMYK 0 0.01 0.89 0.06
HSL 59.16º 0.88% 0.52% -
HSV(B) 59.16º 0.89% 0.94% -
XYZ 66.41 79.17 12.76 -
YUV 213.84 21.99 146.66 -
System Red Green Blue C M Y K H S L
Decimal 240 237 26 0 0.01 0.89 0.06 59.16 0.88 0.52
Hex F0 ED 1A 0 1 59 6 3B 58 34
Octal 360 355 32 0 1 131 6 73 130 64
Binary 11110000 11101101 11010 0 1 1011001 110 111011 1011000 110100

Color Harmonies of #F0ED1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ED1A

Black with #F0ED1A

Text Example


Text Example

White with #F0ED1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ED1A; }

 p { color: rgb(240,237,26); }

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

background-color css

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

 a { background-color: rgb(240,237,26); }

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

border-color css

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

 span { border-color: rgb(240,237,26); }

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