COLOR #F3F384

HEX: #F3F384
RGB: (243,243,132)

Color info

#F3F384 contains mainly red and green colors. Web safe color of #F3F384 is #FFFF99 (or #FF9).

RGB color model

#F3F384 color RGB value is (243,243,132).

  • red value is 243;
  • green value is 243;
  • blue value is 132.
RGB:
(243,243,132)
(95%,95%,52%)

RGB channels and saturation

R 243 of 255 = 95%
G 243 of 255 = 95%
B 132 of 255 = 52%

243
243
132

R + G + B ~ 81%. #F3F384 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 243 + 132 = 618 (100%)
R 243 of 618 ~ 39.32%
G 243 of 618 ~ 39.32%
B 132 of 618 ~ 21.36%

%39.32
%39.32
%21.36

CMYK color model

#F3F384 color CMYK value is (0,0,46,5).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 45.68%
  • key color value is 4.71%
CMYK:
(0,0,46,5)
C0M0Y46K5 
(0%,0%,46%,5%)
(0.00/0.00/0.46/0.05)	

CMYK percentages

%0
%0
%45.68
%4.71

Codes

Color #F3F384 in popluar color models

F3F384
RGB243243132
HSL60°82.22%73.53%
HSB/HSV60°45.68%95.29%
CMYK0.00%0.00%45.68%
4.71%

Color #F3F384 in popluar number systems.

HEXF3F384
Decimal243243132
Binary111100111111001110000100
Octal363363204

Shades and tints

Shades of #F3F384

#F3F384
(243,243,132)
#DDDD78
(221,221,120)
#C7C76C
(199,199,108)
#B1B160
(177,177,96)
#9B9B54
(155,155,84)
#858548
(133,133,72)
#6F6F3C
(111,111,60)
#595930
(89,89,48)
#434324
(67,67,36)
#2D2D18
(45,45,24)
#17170C
(23,23,12)
#000000
(0,0,0)

Tints of #F3F384

#F3F384
(243,243,132)
#F4F48F
(244,244,143)
#F5F59A
(245,245,154)
#F6F6A5
(246,246,165)
#F7F7B0
(247,247,176)
#F8F8BB
(248,248,187)
#F9F9C6
(249,249,198)
#FAFAD1
(250,250,209)
#FBFBDC
(251,251,220)
#FCFCE7
(252,252,231)
#FDFDF2
(253,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3F384 color. Also use rgb(243,243,132) instead hex code.

Text Font Color

.myTextColor { color: #F3F384; }

<p style="color:#F3F384">This sample text font color is #F3F384.</p>

This text font color is #F3F384.


Background Color

.myBgColor { background-color: #F3F384; }

<div style="background-color:#F3F384">Inner text</div>

This div background color is #F3F384.


Border color

.myBorderColor { border: 1px solid #F3F384; }

<div style="border:3px solid #F3F384">Div</div>

This div border color is #F3F384.


Opacity

.myOpacity80 { color: #F3F384; opacity: 0.8; }

<p style="color:#F3F384;opacity:0.8;">80%</p>

Text with #F3F384 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F3F384;}

<p style="text-shadow: 3px 3px 1px #F3F384">Text here.</p>

This text has shadow with #F3F384 color.

.textShadow {text-shadow: 3px 3px 1px #F3F384, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F3F384, 5px 5px 20px red">Text here.</p>

This text has shadow with #F3F384 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F3F384, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F3F384, Direction=45, Strength=4)">Text</p>

This text has shadow with #F3F384 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F3F384;
  -webkit-box-shadow:	1px 1px 3px 2px #F3F384;
  box-shadow:		1px 1px 3px 2px #F3F384;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F3F384;
-webkit-box-shadow: 1px 1px 3px 2px #F3F384;
box-shadow:1px 1px 3px 2px #F3F384;">
Div content here</div>
This div box has shadow with color #F3F384.

Preview

Color preview on black background

This text has color #F3F384 on black background.


Color preview on white background

This text has color #F3F384 on white background.



Black color preview on #F3F384 background

This text has black color on #F3F384 background.


White color preview on #F3F384 background

This text has white color on #F3F384 background.