#F3F319

Color #F3F319 Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon #F3F319

Tints of Lemon #F3F319

Color information

#F3F319 (or 0xF3F319) is unknown color: approx Lemon. HEX triplet: F3, F3 and 19. RGB value is (243,243,25). Sum of RGB (Red+Green+Blue) = 243+243+25=511 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.55% from 511); Green value is 243 (95.31% from 255 or 47.55% from 511); Blue value is 25 (10.16% from 255 or 4.89% from 511); Max value from RGB is 243 - color contains mainly: red, green. Hex color #F3F319 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F3F319 is #0C0CE6. Grayscale: #DBDBDB. Windows color (decimal): -789735 or 1700851. OLE color: 1700851.

HSL color Cylindrical-coordinate representation of color #F3F319: hue angle of 60º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F3F319 is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB24324325-
CMYK000.900.05
HSL60º90.08%52.55%-
HSV(B)60º89.71%95.29%-
XYZ69.1983.2313.34-
YUV218.1519145.73-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.55%
GREEN value IS 243 (95.31% from 255) = 47.55%
BLUE value IS 25 (10.16% from 255) = 4.89%
R=47.55%
G=47.55%
B=4.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24324325000.900.056090.0852.55
HexF3F319005A53c5a35
Octal363363310013257413265
Binary1111001111110011110010010110101011111001011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F319; }

 p { color: rgb(243,243,25); }

 H1.HeaderClassName
 {
   color: #F3F319;
 }
 .AnyTagClassName
 {
   color: #F3F319;
 }
</style>
background-color css

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

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

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

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

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

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