#F07E0B

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

Shades of Tangerine #F07E0B

Tints of Tangerine #F07E0B

Color information

#F07E0B (or 0xF07E0B) is unknown color: approx Tangerine. HEX triplet: F0, 7E and 0B. RGB value is (240,126,11). Sum of RGB (Red+Green+Blue) = 240+126+11=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 11 (4.69% from 255 or 2.92% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07E0B is #0F81F4. Grayscale: #939393. Windows color (decimal): -1016309 or 753392. OLE color: 753392.

HSL color Cylindrical-coordinate representation of color #F07E0B: hue angle of 30.13º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F07E0B is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB24012611-
CMYK00.480.950.06
HSL30.13º91.24%49.22%-
HSV(B)30.13º95.42%94.12%-
XYZ43.4633.474.49-
YUV146.9851.27194.35-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 63.66%
GREEN value IS 126 (49.61% from 255) = 33.42%
BLUE value IS 11 (4.69% from 255) = 2.92%
R=63.66%
G=33.42%
B=2.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.95
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401261100.480.950.0630.1391.2449.22
HexF07EB0305F61e5b31
Octal3601761306013763613361
Binary111100001111110101101100001011111110111101011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07E0B; }

 p { color: rgb(240,126,11); }

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

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

 a { background-color: rgb(240,126,11); }

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

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

 span { border-color: rgb(240,126,11); }

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