Html Css Color HEX #F2F00B Lemon

📋 copy color: '#F2F00B'

red 242 ◦ green 240 ◦ blue 11

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

Shades of Lemon #F2F00B

Tints of Lemon #F2F00B

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.68%

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

R = 49.09%
G = 48.68%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2F00B (or 0xF2F00B) is known color: Lemon. HEX triplet: F2, F0 and 0B. RGB value is (242,240,11). Sum of RGB (Red+Green+Blue) = 242+240+11=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 240 (94.14% from 255 or 48.68% from 493); Blue value is 11 (4.69% from 255 or 2.23% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F00B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F00B is #0D0FF4. Grayscale: #D7D7D7. Windows color (decimal): -856053 or 782578. OLE color: 782578.

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

Color convert

RGB 242 240 11 -
CMYK 0 0.01 0.95 0.05
HSL 59.48º 0.91% 0.5% -
HSV(B) 59.48º 0.95% 0.95% -
XYZ 67.84 81.22 12.42 -
YUV 214.49 13.16 147.62 -
System Red Green Blue C M Y K H S L
Decimal 242 240 11 0 0.01 0.95 0.05 59.48 0.91 0.5
Hex F2 F0 B 0 1 5F 5 3B 5B 32
Octal 362 360 13 0 1 137 5 73 133 62
Binary 11110010 11110000 1011 0 1 1011111 101 111011 1011011 110010

Color Harmonies of #F2F00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F00B

Black with #F2F00B

Text Example


Text Example

White with #F2F00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F00B; }

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

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

background-color css

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

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

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

border-color css

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

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

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