Html Css Color HEX #F2F50D Lemon

📋 copy color: '#F2F50D'

red 242 ◦ green 245 ◦ blue 13

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

Shades of Lemon #F2F50D

Tints of Lemon #F2F50D

RGB

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

 GREEN value IS 245 (96.09% from 255) = 49%

 BLUE value IS 13 (5.47% from 255) = 2.6%

R = 48.4%
G = 49%
B = 2.6%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F2F50D (or 0xF2F50D) is known color: Lemon. HEX triplet: F2, F5 and 0D. RGB value is (242,245,13). Sum of RGB (Red+Green+Blue) = 242+245+13=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 245 (96.09% from 255 or 49% from 500); Blue value is 13 (5.47% from 255 or 2.6% from 500); Max value from RGB is 245 - color contains mainly: green. Hex color #F2F50D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F50D is #0D0AF2. Grayscale: #DADADA. Windows color (decimal): -854771 or 914930. OLE color: 914930.

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

Color convert

RGB 242 245 13 -
CMYK 0.01 0 0.95 0.04
HSL 60.78º 0.92% 0.51% -
HSV(B) 60.78º 0.95% 0.96% -
XYZ 69.34 84.21 12.98 -
YUV 217.66 12.51 145.36 -
System Red Green Blue C M Y K H S L
Decimal 242 245 13 0.01 0 0.95 0.04 60.78 0.92 0.51
Hex F2 F5 D 1 0 5F 4 3D 5C 33
Octal 362 365 15 1 0 137 4 75 134 63
Binary 11110010 11110101 1101 1 0 1011111 100 111101 1011100 110011

Color Harmonies of #F2F50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F50D

Black with #F2F50D

Text Example


Text Example

White with #F2F50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F50D; }

 p { color: rgb(242,245,13); }

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

background-color css

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

 a { background-color: rgb(242,245,13); }

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

border-color css

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

 span { border-color: rgb(242,245,13); }

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