COLOR #FABD3E

HEX: #FABD3E
RGB: (250,189,62)

Renk bilgisi

#FABD3E contains mainly red color. #FABD3E ‘ nin web güvenlik rengi #FFCC33 (ya da #FC3) dir.

RGB renk modeli

#FABD3E color RGB value is (250,189,62).

  • kırmız ton 250;
  • yeşil ton 189;
  • mavi ton 62.
RGB:
(250,189,62)
(98%,74%,24%)

RGB bağlantıları ve doygunluk

R 250 of 255 = 98%
G 189 of 255 = 74%
B 62 of 255 = 24%

250
189
62

R + G + B ~ 65%. #FABD3E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
250 + 189 + 62 = 501 (100%)
R 250 of 501 ~ 49.9%
G 189 of 501 ~ 37.72%
B 62 of 501 ~ 12.38%

%49.9
%37.72
%12.38

CMYK RENK MODELİ

#FABD3E rengi CMYK tonu (0,24,75,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.40%
  • sarı tonu 75.20%
  • ana renk tonu 1.96%
CMYK:
(0,24,75,2)
C0M24Y75K2 
(0%,24%,75%,2%)
(0.00/0.24/0.75/0.02)	

CMYK yüzdeleri

%0
%24.4
%75.2
%1.96

Codes

Color #FABD3E in popluar color models

FABD3E
RGB25018962
HSL41°94.95%61.18%
HSB/HSV41°75.20%98.04%
CMYK0.00%24.40%75.20%
1.96%

Color #FABD3E in popluar number systems.

HEXFABD3E
Decimal25018962
Binary1111101010111101111110
Octal37227576

Shades and tints

Shades of #FABD3E

#FABD3E
(250,189,62)
#E4AC39
(228,172,57)
#CE9B34
(206,155,52)
#B88A2F
(184,138,47)
#A2792A
(162,121,42)
#8C6825
(140,104,37)
#765720
(118,87,32)
#60461B
(96,70,27)
#4A3516
(74,53,22)
#342411
(52,36,17)
#1E130C
(30,19,12)
#000000
(0,0,0)

Tints of #FABD3E

#FABD3E
(250,189,62)
#FAC34F
(250,195,79)
#FAC960
(250,201,96)
#FACF71
(250,207,113)
#FAD582
(250,213,130)
#FADB93
(250,219,147)
#FAE1A4
(250,225,164)
#FAE7B5
(250,231,181)
#FAEDC6
(250,237,198)
#FAF3D7
(250,243,215)
#FAF9E8
(250,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FABD3E color. Also use rgb(250,189,62) instead hex code.

Text Font Color

.myTextColor { color: #FABD3E; }

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

This text font color is #FABD3E.


Background Color

.myBgColor { background-color: #FABD3E; }

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

This div background color is #FABD3E.


Border color

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

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

This div border color is #FABD3E.


Opacity

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

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

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

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

This text has shadow with #FABD3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FABD3E on black background.


Color preview on white background

This text has color #FABD3E on white background.



Black color preview on #FABD3E background

This text has black color on #FABD3E background.


White color preview on #FABD3E background

This text has white color on #FABD3E background.