#FF990F

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

Shades of Dark Tangerine #FF990F

Tints of Dark Tangerine #FF990F

Color information

#FF990F (or 0xFF990F) is unknown color: approx Dark Tangerine. HEX triplet: FF, 99 and 0F. RGB value is (255,153,15). Sum of RGB (Red+Green+Blue) = 255+153+15=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 15 (6.25% from 255 or 3.55% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF990F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF990F is #0066F0. Grayscale: #A8A8A8. Windows color (decimal): -26353 or 1022463. OLE color: 1022463.

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

Color convert

RGB25515315-
CMYK00.40.940
HSL34.5º100%52.94%-
HSV(B)34.5º94.12%100%-
XYZ52.7244.086.18-
YUV167.7741.79190.22-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60.28%
GREEN value IS 153 (60.16% from 255) = 36.17%
BLUE value IS 15 (6.25% from 255) = 3.55%
R=60.28%
G=36.17%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.94
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551531500.40.94034.510052.94
HexFF99F0285E0226435
Octal3772311705013604214465
Binary111111111001100111110101000101111001000101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF990F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF990F; }

 p { color: rgb(255,153,15); }

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

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

 a { background-color: rgb(255,153,15); }

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

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

 span { border-color: rgb(255,153,15); }

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