Html Css Color HEX #F2E60B Lemon

📋 copy color: '#F2E60B'

red 242 ◦ green 230 ◦ blue 11

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

Shades of Lemon #F2E60B

Tints of Lemon #F2E60B

RGB

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

 GREEN value IS 230 (90.23% from 255) = 47.62%

 BLUE value IS 11 (4.69% from 255) = 2.28%

R = 50.1%
G = 47.62%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2E60B (or 0xF2E60B) is known color: Lemon. HEX triplet: F2, E6 and 0B. RGB value is (242,230,11). Sum of RGB (Red+Green+Blue) = 242+230+11=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 230 (90.23% from 255 or 47.62% from 483); Blue value is 11 (4.69% from 255 or 2.28% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E60B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2E60B is #0D19F4. Grayscale: #D1D1D1. Windows color (decimal): -858613 or 780018. OLE color: 780018.

HSL color Cylindrical-coordinate representation of color #F2E60B: hue angle of 56.88º degrees, saturation: 0.91, 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 #F2E60B is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 230 11 -
CMYK 0 0.05 0.95 0.05
HSL 56.88º 0.91% 0.5% -
HSV(B) 56.88º 0.95% 0.95% -
XYZ 64.98 75.5 11.46 -
YUV 208.62 16.48 151.81 -
System Red Green Blue C M Y K H S L
Decimal 242 230 11 0 0.05 0.95 0.05 56.88 0.91 0.5
Hex F2 E6 B 0 5 5F 5 39 5B 32
Octal 362 346 13 0 5 137 5 71 133 62
Binary 11110010 11100110 1011 0 101 1011111 101 111001 1011011 110010

Color Harmonies of #F2E60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E60B

Black with #F2E60B

Text Example


Text Example

White with #F2E60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E60B; }

 p { color: rgb(242,230,11); }

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

background-color css

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

 a { background-color: rgb(242,230,11); }

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

border-color css

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

 span { border-color: rgb(242,230,11); }

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