#F5A91B

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

Shades of Dark Tangerine #F5A91B

Tints of Dark Tangerine #F5A91B

Color information

#F5A91B (or 0xF5A91B) is unknown color: approx Dark Tangerine. HEX triplet: F5, A9 and 1B. RGB value is (245,169,27). Sum of RGB (Red+Green+Blue) = 245+169+27=441 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.56% from 441); Green value is 169 (66.41% from 255 or 38.32% from 441); Blue value is 27 (10.94% from 255 or 6.12% from 441); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A91B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A91B is #0A56E4. Grayscale: #B0B0B0. Windows color (decimal): -677605 or 1812981. OLE color: 1812981.

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

Color convert

RGB24516927-
CMYK00.310.890.04
HSL39.08º91.6%53.33%-
HSV(B)39.08º88.98%96.08%-
XYZ52.0447.877.53-
YUV175.5444.18177.55-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 55.56%
GREEN value IS 169 (66.41% from 255) = 38.32%
BLUE value IS 27 (10.94% from 255) = 6.12%
R=55.56%
G=38.32%
B=6.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.89
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451692700.310.890.0439.0891.653.33
HexF5A91B01F594275c35
Octal3652513303713144713465
Binary11110101101010011101101111110110011001001111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A91B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A91B; }

 p { color: rgb(245,169,27); }

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

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

 a { background-color: rgb(245,169,27); }

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

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

 span { border-color: rgb(245,169,27); }

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