#f97a00

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

Shades of Tangerine #F97A00

Tints of Tangerine #F97A00

Color information

#F97A00 (or 0xF97A00) is unknown color: approx Tangerine. HEX triplet: F9, 7A and 00. RGB value is (249,122,0). Sum of RGB (Red+Green+Blue) = 249+122+0=371 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.12% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 249 - color contains mainly: red. Hex color #F97A00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F97A00 is #0685FF. Grayscale: #929292. Windows color (decimal): -427520 or 31481. OLE color: 31481.

HSL color Cylindrical-coordinate representation of color #F97A00: hue angle of 29.4º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F97A00 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB2491220-
CMYK00.5110.02
HSL29.4º100%48.82%-
HSV(B)29.4º100%97.65%-
XYZ46.0334.064.15-
YUV146.0645.58201.42-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 67.12%
GREEN value IS 122 (48.05% from 255) = 32.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.12%
G=32.88%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 1
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249122000.5110.0229.410048.82
HexF97A00336421d6431
Octal371172006314423514461
Binary11111001111101000110011110010010111011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f97a00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f97a00; }

 p { color: rgb(249,122,0); }

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

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

 a { background-color: rgb(249,122,0); }

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

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

 span { border-color: rgb(249,122,0); }

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