#FB7A00

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

Shades of Tangerine #FB7A00

Tints of Tangerine #FB7A00

Color information

#FB7A00 (or 0xFB7A00) is unknown color: approx Tangerine. HEX triplet: FB, 7A and 00. RGB value is (251,122,0). Sum of RGB (Red+Green+Blue) = 251+122+0=373 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.29% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 0 (0.39% from 255 or 0% from 373); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7A00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB7A00 is #0485FF. Grayscale: #939393. Windows color (decimal): -296448 or 31483. OLE color: 31483.

HSL color Cylindrical-coordinate representation of color #FB7A00: hue angle of 29.16º 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 #FB7A00 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB2511220-
CMYK00.5110.02
HSL29.16º100%49.22%-
HSV(B)29.16º100%98.43%-
XYZ46.7434.434.18-
YUV146.6645.24202.42-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 67.29%
GREEN value IS 122 (48.05% from 255) = 32.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.29%
G=32.71%
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
Decimal251122000.5110.0229.1610049.22
HexFB7A00336421d6431
Octal373172006314423514461
Binary11111011111101000110011110010010111011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7A00; }

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

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

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

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

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

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

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

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