Html Css Color HEX #F2F625 Lemon

📋 copy color: '#F2F625'

red 242 ◦ green 246 ◦ blue 37

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

Shades of Lemon #F2F625

Tints of Lemon #F2F625

RGB

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

 GREEN value IS 246 (96.48% from 255) = 46.86%

 BLUE value IS 37 (14.84% from 255) = 7.05%

R = 46.1%
G = 46.86%
B = 7.05%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F2F625 (or 0xF2F625) is known color: Lemon. HEX triplet: F2, F6 and 25. RGB value is (242,246,37). Sum of RGB (Red+Green+Blue) = 242+246+37=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 246 (96.48% from 255 or 46.86% from 525); Blue value is 37 (14.84% from 255 or 7.05% from 525); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F625 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F625 is #0D09DA. Grayscale: #DDDDDD. Windows color (decimal): -854491 or 2488050. OLE color: 2488050.

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

Color convert

RGB 242 246 37 -
CMYK 0.02 0 0.85 0.04
HSL 61.15º 0.92% 0.55% -
HSV(B) 61.15º 0.85% 0.96% -
XYZ 69.91 84.92 14.46 -
YUV 220.98 24.17 142.99 -
System Red Green Blue C M Y K H S L
Decimal 242 246 37 0.02 0 0.85 0.04 61.15 0.92 0.55
Hex F2 F6 25 2 0 55 4 3D 5C 37
Octal 362 366 45 2 0 125 4 75 134 67
Binary 11110010 11110110 100101 10 0 1010101 100 111101 1011100 110111

Color Harmonies of #F2F625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F625

Black with #F2F625

Text Example


Text Example

White with #F2F625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F625; }

 p { color: rgb(242,246,37); }

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

background-color css

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

 a { background-color: rgb(242,246,37); }

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

border-color css

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

 span { border-color: rgb(242,246,37); }

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