Html Css Color HEX #F2F30A Lemon

📋 copy color: '#F2F30A'

red 242 ◦ green 243 ◦ blue 10

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

Shades of Lemon #F2F30A

Tints of Lemon #F2F30A

RGB

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

 GREEN value IS 243 (95.31% from 255) = 49.09%

 BLUE value IS 10 (4.3% from 255) = 2.02%

R = 48.89%
G = 49.09%
B = 2.02%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F2F30A (or 0xF2F30A) is known color: Lemon. HEX triplet: F2, F3 and 0A. RGB value is (242,243,10). Sum of RGB (Red+Green+Blue) = 242+243+10=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 243 (95.31% from 255 or 49.09% from 495); Blue value is 10 (4.30% from 255 or 2.02% from 495); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F30A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F30A is #0D0CF5. Grayscale: #D9D9D9. Windows color (decimal): -855286 or 717810. OLE color: 717810.

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

Color convert

RGB 242 243 10 -
CMYK 0.00 0 0.96 0.05
HSL 60.26º 0.92% 0.5% -
HSV(B) 60.26º 0.96% 0.95% -
XYZ 68.72 83 12.69 -
YUV 216.14 11.67 146.45 -
System Red Green Blue C M Y K H S L
Decimal 242 243 10 0.00 0 0.96 0.05 60.26 0.92 0.5
Hex F2 F3 A 0 0 60 5 3C 5C 32
Octal 362 363 12 0 0 140 5 74 134 62
Binary 11110010 11110011 1010 0 0 1100000 101 111100 1011100 110010

Color Harmonies of #F2F30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F30A

Black with #F2F30A

Text Example


Text Example

White with #F2F30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F30A; }

 p { color: rgb(242,243,10); }

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

background-color css

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

 a { background-color: rgb(242,243,10); }

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

border-color css

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

 span { border-color: rgb(242,243,10); }

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