Html Css Color HEX #F2F30D Lemon

📋 copy color: '#F2F30D'

red 242 ◦ green 243 ◦ blue 13

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

Shades of Lemon #F2F30D

Tints of Lemon #F2F30D

RGB

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

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

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

R = 48.59%
G = 48.8%
B = 2.61%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2F30D (or 0xF2F30D) is known color: Lemon. HEX triplet: F2, F3 and 0D. RGB value is (242,243,13). Sum of RGB (Red+Green+Blue) = 242+243+13=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 243 (95.31% from 255 or 48.80% from 498); Blue value is 13 (5.47% from 255 or 2.61% from 498); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F30D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F30D is #0D0CF2. Grayscale: #D9D9D9. Windows color (decimal): -855283 or 914418. OLE color: 914418.

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

Color convert

RGB 242 243 13 -
CMYK 0.00 0 0.95 0.05
HSL 60.26º 0.91% 0.5% -
HSV(B) 60.26º 0.95% 0.95% -
XYZ 68.74 83.01 12.78 -
YUV 216.48 13.17 146.2 -
System Red Green Blue C M Y K H S L
Decimal 242 243 13 0.00 0 0.95 0.05 60.26 0.91 0.5
Hex F2 F3 D 0 0 5F 5 3C 5B 32
Octal 362 363 15 0 0 137 5 74 133 62
Binary 11110010 11110011 1101 0 0 1011111 101 111100 1011011 110010

Color Harmonies of #F2F30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F30D

Black with #F2F30D

Text Example


Text Example

White with #F2F30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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