#FFB51E

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

Shades of Dark Tangerine #FFB51E

Tints of Dark Tangerine #FFB51E

Color information

#FFB51E (or 0xFFB51E) is unknown color: approx Dark Tangerine. HEX triplet: FF, B5 and 1E. RGB value is (255,181,30). Sum of RGB (Red+Green+Blue) = 255+181+30=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 181 (71.09% from 255 or 38.84% from 466); Blue value is 30 (12.11% from 255 or 6.44% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB51E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB51E is #004AE1. Grayscale: #BABABA. Windows color (decimal): -19170 or 2012671. OLE color: 2012671.

HSL color Cylindrical-coordinate representation of color #FFB51E: hue angle of 40.27º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FFB51E is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.

Color convert

RGB25518130-
CMYK00.290.880
HSL40.27º100%55.88%-
HSV(B)40.27º88.24%100%-
XYZ5854.48.67-
YUV185.9140.02177.28-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.72%
GREEN value IS 181 (71.09% from 255) = 38.84%
BLUE value IS 30 (12.11% from 255) = 6.44%
R=54.72%
G=38.84%
B=6.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551813000.290.88040.2710055.88
HexFFB51E01D580286438
Octal3772653603513005014470
Binary111111111011010111110011101101100001010001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB51E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB51E; }

 p { color: rgb(255,181,30); }

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

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

 a { background-color: rgb(255,181,30); }

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

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

 span { border-color: rgb(255,181,30); }

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