Html Css Color HEX #F2E309 Lemon

📋 copy color: '#F2E309'

red 242 ◦ green 227 ◦ blue 9

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

Shades of Lemon #F2E309

Tints of Lemon #F2E309

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.49%

 BLUE value IS 9 (3.91% from 255) = 1.88%

R = 50.63%
G = 47.49%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F2E309 (or 0xF2E309) is known color: Lemon. HEX triplet: F2, E3 and 09. RGB value is (242,227,9). Sum of RGB (Red+Green+Blue) = 242+227+9=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 227 (89.06% from 255 or 47.49% from 478); Blue value is 9 (3.91% from 255 or 1.88% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E309 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E309 is #0D1CF6. Grayscale: #CFCFCF. Windows color (decimal): -859383 or 648178. OLE color: 648178.

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

Color convert

RGB 242 227 9 -
CMYK 0 0.06 0.96 0.05
HSL 56.14º 0.93% 0.49% -
HSV(B) 56.14º 0.96% 0.95% -
XYZ 64.14 73.84 11.13 -
YUV 206.63 16.47 153.23 -
System Red Green Blue C M Y K H S L
Decimal 242 227 9 0 0.06 0.96 0.05 56.14 0.93 0.49
Hex F2 E3 9 0 6 60 5 38 5D 31
Octal 362 343 11 0 6 140 5 70 135 61
Binary 11110010 11100011 1001 0 110 1100000 101 111000 1011101 110001

Color Harmonies of #F2E309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E309

Black with #F2E309

Text Example


Text Example

White with #F2E309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E309; }

 p { color: rgb(242,227,9); }

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

background-color css

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

 a { background-color: rgb(242,227,9); }

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

border-color css

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

 span { border-color: rgb(242,227,9); }

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