#FBA30B

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

Shades of Dark Tangerine #FBA30B

Tints of Dark Tangerine #FBA30B

Color information

#FBA30B (or 0xFBA30B) is unknown color: approx Dark Tangerine. HEX triplet: FB, A3 and 0B. RGB value is (251,163,11). Sum of RGB (Red+Green+Blue) = 251+163+11=425 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.06% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 11 (4.69% from 255 or 2.59% from 425); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA30B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA30B is #045CF4. Grayscale: #ACACAC. Windows color (decimal): -285941 or 762875. OLE color: 762875.

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

Color convert

RGB25116311-
CMYK00.350.960.02
HSL38º96.77%51.37%-
HSV(B)38º95.62%98.43%-
XYZ52.9446.736.55-
YUV171.9837.15184.36-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 59.06%
GREEN value IS 163 (64.06% from 255) = 38.35%
BLUE value IS 11 (4.69% from 255) = 2.59%
R=59.06%
G=38.35%
B=2.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.96
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511631100.350.960.023896.7751.37
HexFBA3B023602266133
Octal3732431304314024614163
Binary1111101110100011101101000111100000101001101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA30B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA30B; }

 p { color: rgb(251,163,11); }

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

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

 a { background-color: rgb(251,163,11); }

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

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

 span { border-color: rgb(251,163,11); }

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