#FB7C00

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

Shades of Tangerine #FB7C00

Tints of Tangerine #FB7C00

Color information

#FB7C00 (or 0xFB7C00) is unknown color: approx Tangerine. HEX triplet: FB, 7C and 00. RGB value is (251,124,0). Sum of RGB (Red+Green+Blue) = 251+124+0=375 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.93% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 0 (0.39% from 255 or 0% from 375); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7C00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB7C00 is #0483FF. Grayscale: #949494. Windows color (decimal): -295936 or 31995. OLE color: 31995.

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

Color convert

RGB2511240-
CMYK00.5110.02
HSL29.64º100%49.22%-
HSV(B)29.64º100%98.43%-
XYZ46.9934.924.26-
YUV147.8444.58201.58-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 66.93%
GREEN value IS 124 (48.83% from 255) = 33.07%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.93%
G=33.07%
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
Decimal251124000.5110.0229.6410049.22
HexFB7C00336421e6431
Octal373174006314423614461
Binary11111011111110000110011110010010111101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7C00; }

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

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

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

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

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

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

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

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