Html Css Color HEX #F2E905 Lemon

📋 copy color: '#F2E905'

red 242 ◦ green 233 ◦ blue 5

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

Shades of Lemon #F2E905

Tints of Lemon #F2E905

RGB

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

 GREEN value IS 233 (91.41% from 255) = 48.54%

 BLUE value IS 5 (2.34% from 255) = 1.04%

R = 50.42%
G = 48.54%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F2E905 (or 0xF2E905) is known color: Lemon. HEX triplet: F2, E9 and 05. RGB value is (242,233,5). Sum of RGB (Red+Green+Blue) = 242+233+5=480 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.42% from 480); Green value is 233 (91.41% from 255 or 48.54% from 480); Blue value is 5 (2.34% from 255 or 1.04% from 480); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E905 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2E905 is #0D16FA. Grayscale: #D2D2D2. Windows color (decimal): -857851 or 387570. OLE color: 387570.

HSL color Cylindrical-coordinate representation of color #F2E905: hue angle of 57.72º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F2E905 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 233 5 -
CMYK 0 0.04 0.98 0.05
HSL 57.72º 0.96% 0.48% -
HSV(B) 57.72º 0.98% 0.95% -
XYZ 65.78 77.17 11.57 -
YUV 209.7 12.48 151.04 -
System Red Green Blue C M Y K H S L
Decimal 242 233 5 0 0.04 0.98 0.05 57.72 0.96 0.48
Hex F2 E9 5 0 4 62 5 3A 60 30
Octal 362 351 5 0 4 142 5 72 140 60
Binary 11110010 11101001 101 0 100 1100010 101 111010 1100000 110000

Color Harmonies of #F2E905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E905

Black with #F2E905

Text Example


Text Example

White with #F2E905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E905; }

 p { color: rgb(242,233,5); }

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

background-color css

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

 a { background-color: rgb(242,233,5); }

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

border-color css

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

 span { border-color: rgb(242,233,5); }

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