#F5B00A

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

Shades of Dark Tangerine #F5B00A

Tints of Dark Tangerine #F5B00A

Color information

#F5B00A (or 0xF5B00A) is unknown color: approx Dark Tangerine. HEX triplet: F5, B0 and 0A. RGB value is (245,176,10). Sum of RGB (Red+Green+Blue) = 245+176+10=431 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.84% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 10 (4.30% from 255 or 2.32% from 431); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B00A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5B00A is #0A4FF5. Grayscale: #B2B2B2. Windows color (decimal): -675830 or 700661. OLE color: 700661.

HSL color Cylindrical-coordinate representation of color #F5B00A: hue angle of 42.38º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5B00A is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB24517610-
CMYK00.280.960.04
HSL42.38º92.16%50%-
HSV(B)42.38º95.92%96.08%-
XYZ53.2450.497.23-
YUV177.7133.36176-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 56.84%
GREEN value IS 176 (69.14% from 255) = 40.84%
BLUE value IS 10 (4.30% from 255) = 2.32%
R=56.84%
G=40.84%
B=2.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.96
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451761000.280.960.0442.3892.1650
HexF5B0A01C6042a5c32
Octal3652601203414045213462
Binary1111010110110000101001110011000001001010101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B00A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B00A; }

 p { color: rgb(245,176,10); }

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

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

 a { background-color: rgb(245,176,10); }

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

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

 span { border-color: rgb(245,176,10); }

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