COLOR #FA823B

HEX: #FA823B
RGB: (250,130,59)

Renk bilgisi

#FA823B contains mainly red color. #FA823B ‘ nin web güvenlik rengi #FF9933 (ya da #F93) dir.

RGB renk modeli

#FA823B color RGB value is (250,130,59).

  • kırmız ton 250;
  • yeşil ton 130;
  • mavi ton 59.
RGB:
(250,130,59)
(98%,51%,23%)

RGB bağlantıları ve doygunluk

R 250 of 255 = 98%
G 130 of 255 = 51%
B 59 of 255 = 23%

250
130
59

R + G + B ~ 57%. #FA823B is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
250 + 130 + 59 = 439 (100%)
R 250 of 439 ~ 56.95%
G 130 of 439 ~ 29.61%
B 59 of 439 ~ 13.44%

%56.95
%29.61
%13.44

CMYK RENK MODELİ

#FA823B rengi CMYK tonu (0,48,76,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 48.00%
  • sarı tonu 76.40%
  • ana renk tonu 1.96%
CMYK:
(0,48,76,2)
C0M48Y76K2 
(0%,48%,76%,2%)
(0.00/0.48/0.76/0.02)	

CMYK yüzdeleri

%0
%48
%76.4
%1.96

Codes

Color #FA823B in popluar color models

FA823B
RGB25013059
HSL22°95.02%60.59%
HSB/HSV22°76.40%98.04%
CMYK0.00%48.00%76.40%
1.96%

Color #FA823B in popluar number systems.

HEXFA823B
Decimal25013059
Binary1111101010000010111011
Octal37220273

Shades and tints

Shades of #FA823B

#FA823B
(250,130,59)
#E47736
(228,119,54)
#CE6C31
(206,108,49)
#B8612C
(184,97,44)
#A25627
(162,86,39)
#8C4B22
(140,75,34)
#76401D
(118,64,29)
#603518
(96,53,24)
#4A2A13
(74,42,19)
#341F0E
(52,31,14)
#1E1409
(30,20,9)
#000000
(0,0,0)

Tints of #FA823B

#FA823B
(250,130,59)
#FA8D4C
(250,141,76)
#FA985D
(250,152,93)
#FAA36E
(250,163,110)
#FAAE7F
(250,174,127)
#FAB990
(250,185,144)
#FAC4A1
(250,196,161)
#FACFB2
(250,207,178)
#FADAC3
(250,218,195)
#FAE5D4
(250,229,212)
#FAF0E5
(250,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA823B color. Also use rgb(250,130,59) instead hex code.

Text Font Color

.myTextColor { color: #FA823B; }

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

This text font color is #FA823B.


Background Color

.myBgColor { background-color: #FA823B; }

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

This div background color is #FA823B.


Border color

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

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

This div border color is #FA823B.


Opacity

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

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

Text with #FA823B 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 #FA823B;}

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

This text has shadow with #FA823B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA823B on black background.


Color preview on white background

This text has color #FA823B on white background.



Black color preview on #FA823B background

This text has black color on #FA823B background.


White color preview on #FA823B background

This text has white color on #FA823B background.