#FBA81A

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

Shades of Dark Tangerine #FBA81A

Tints of Dark Tangerine #FBA81A

Color information

#FBA81A (or 0xFBA81A) is unknown color: approx Dark Tangerine. HEX triplet: FB, A8 and 1A. RGB value is (251,168,26). Sum of RGB (Red+Green+Blue) = 251+168+26=445 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.40% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 26 (10.55% from 255 or 5.84% from 445); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA81A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA81A is #0457E5. Grayscale: #B1B1B1. Windows color (decimal): -284646 or 1747195. OLE color: 1747195.

HSL color Cylindrical-coordinate representation of color #FBA81A: hue angle of 37.87º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FBA81A is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB25116826-
CMYK00.330.900.02
HSL37.87º96.57%54.31%-
HSV(B)37.87º89.64%98.43%-
XYZ53.9748.597.51-
YUV176.6343181.05-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 56.40%
GREEN value IS 168 (66.02% from 255) = 37.75%
BLUE value IS 26 (10.55% from 255) = 5.84%
R=56.40%
G=37.75%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511682600.330.900.0237.8796.5754.31
HexFBA81A0215A2266136
Octal3732503204113224614166
Binary11111011101010001101001000011011010101001101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA81A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA81A; }

 p { color: rgb(251,168,26); }

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

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

 a { background-color: rgb(251,168,26); }

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

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

 span { border-color: rgb(251,168,26); }

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