#FFB514

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

Shades of Dark Tangerine #FFB514

Tints of Dark Tangerine #FFB514

Color information

#FFB514 (or 0xFFB514) is unknown color: approx Dark Tangerine. HEX triplet: FF, B5 and 14. RGB value is (255,181,20). Sum of RGB (Red+Green+Blue) = 255+181+20=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 181 (71.09% from 255 or 39.69% from 456); Blue value is 20 (8.20% from 255 or 4.39% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB514 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB514 is #004AEB. Grayscale: #B9B9B9. Windows color (decimal): -19180 or 1357311. OLE color: 1357311.

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

Color convert

RGB25518120-
CMYK00.290.920
HSL41.11º100%53.92%-
HSV(B)41.11º92.16%100%-
XYZ57.8954.368.1-
YUV184.7735.02178.09-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.92%
GREEN value IS 181 (71.09% from 255) = 39.69%
BLUE value IS 20 (8.20% from 255) = 4.39%
R=55.92%
G=39.69%
B=4.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.92
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551812000.290.92041.1110053.92
HexFFB51401D5C0296436
Octal3772652403513405114466
Binary111111111011010110100011101101110001010011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB514; }

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

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

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

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

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

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

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

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