#FFB31A

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

Shades of Dark Tangerine #FFB31A

Tints of Dark Tangerine #FFB31A

Color information

#FFB31A (or 0xFFB31A) is unknown color: approx Dark Tangerine. HEX triplet: FF, B3 and 1A. RGB value is (255,179,26). Sum of RGB (Red+Green+Blue) = 255+179+26=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 179 (70.31% from 255 or 38.91% from 460); Blue value is 26 (10.55% from 255 or 5.65% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB31A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB31A is #004CE5. Grayscale: #B8B8B8. Windows color (decimal): -19686 or 1750015. OLE color: 1750015.

HSL color Cylindrical-coordinate representation of color #FFB31A: hue angle of 40.09º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FFB31A is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.

Color convert

RGB25517926-
CMYK00.300.900
HSL40.09º100%55.1%-
HSV(B)40.09º89.8%100%-
XYZ57.5553.578.29-
YUV184.2838.68178.44-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.43%
GREEN value IS 179 (70.31% from 255) = 38.91%
BLUE value IS 26 (10.55% from 255) = 5.65%
R=55.43%
G=38.91%
B=5.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.90
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551792600.300.90040.0910055.1
HexFFB31A01E5A0286437
Octal3772633203613205014467
Binary111111111011001111010011110101101001010001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB31A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB31A; }

 p { color: rgb(255,179,26); }

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

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

 a { background-color: rgb(255,179,26); }

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

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

 span { border-color: rgb(255,179,26); }

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