#FBAB1F

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

Shades of Dark Tangerine #FBAB1F

Tints of Dark Tangerine #FBAB1F

Color information

#FBAB1F (or 0xFBAB1F) is unknown color: approx Dark Tangerine. HEX triplet: FB, AB and 1F. RGB value is (251,171,31). Sum of RGB (Red+Green+Blue) = 251+171+31=453 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.41% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 31 (12.5% from 255 or 6.84% from 453); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBAB1F is #0454E0. Grayscale: #B3B3B3. Windows color (decimal): -283873 or 2075643. OLE color: 2075643.

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

Color convert

RGB25117131-
CMYK00.320.880.02
HSL38.18º96.49%55.29%-
HSV(B)38.18º87.65%98.43%-
XYZ54.5949.738.02-
YUV178.9644.5179.38-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 55.41%
GREEN value IS 171 (67.19% from 255) = 37.75%
BLUE value IS 31 (12.5% from 255) = 6.84%
R=55.41%
G=37.75%
B=6.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.88
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511713100.320.880.0238.1896.4955.29
HexFBAB1F020582266037
Octal3732533704013024614067
Binary11111011101010111111101000001011000101001101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAB1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAB1F; }

 p { color: rgb(251,171,31); }

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

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

 a { background-color: rgb(251,171,31); }

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

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

 span { border-color: rgb(251,171,31); }

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