Html Css Color HEX #F2ED0D Lemon

📋 copy color: '#F2ED0D'

red 242 ◦ green 237 ◦ blue 13

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

Shades of Lemon #F2ED0D

Tints of Lemon #F2ED0D

RGB

 RED value IS 242 (94.92% from 255) = 49.19%

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

 BLUE value IS 13 (5.47% from 255) = 2.64%

R = 49.19%
G = 48.17%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2ED0D (or 0xF2ED0D) is known color: Lemon. HEX triplet: F2, ED and 0D. RGB value is (242,237,13). Sum of RGB (Red+Green+Blue) = 242+237+13=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 237 (92.97% from 255 or 48.17% from 492); Blue value is 13 (5.47% from 255 or 2.64% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2ED0D is #0D12F2. Grayscale: #D5D5D5. Windows color (decimal): -856819 or 912882. OLE color: 912882.

HSL color Cylindrical-coordinate representation of color #F2ED0D: hue angle of 58.69º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2ED0D is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 237 13 -
CMYK 0 0.02 0.95 0.05
HSL 58.69º 0.9% 0.5% -
HSV(B) 58.69º 0.95% 0.95% -
XYZ 66.97 79.47 12.19 -
YUV 212.96 15.16 148.71 -
System Red Green Blue C M Y K H S L
Decimal 242 237 13 0 0.02 0.95 0.05 58.69 0.9 0.5
Hex F2 ED D 0 2 5F 5 3B 5A 32
Octal 362 355 15 0 2 137 5 73 132 62
Binary 11110010 11101101 1101 0 10 1011111 101 111011 1011010 110010

Color Harmonies of #F2ED0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ED0D

Black with #F2ED0D

Text Example


Text Example

White with #F2ED0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ED0D; }

 p { color: rgb(242,237,13); }

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

background-color css

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

 a { background-color: rgb(242,237,13); }

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

border-color css

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

 span { border-color: rgb(242,237,13); }

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