#F28500

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

Shades of Tangerine #F28500

Tints of Tangerine #F28500

Color information

#F28500 (or 0xF28500) is unknown color: approx Tangerine. HEX triplet: F2, 85 and 00. RGB value is (242,133,0). Sum of RGB (Red+Green+Blue) = 242+133+0=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 0 (0.39% from 255 or 0% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F28500 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28500 is #0D7AFF. Grayscale: #979797. Windows color (decimal): -883456 or 34290. OLE color: 34290.

HSL color Cylindrical-coordinate representation of color #F28500: hue angle of 32.98º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F28500 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB2421330-
CMYK00.4510.05
HSL32.98º100%47.45%-
HSV(B)32.98º100%94.9%-
XYZ45.0135.654.51-
YUV150.4343.11193.31-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 64.53%
GREEN value IS 133 (52.34% from 255) = 35.47%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.53%
G=35.47%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 1
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242133000.4510.0532.9810047.45
HexF285002D64521642f
Octal362205005514454114457
Binary11110010100001010010110111001001011000011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28500; }

 p { color: rgb(242,133,0); }

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

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

 a { background-color: rgb(242,133,0); }

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

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

 span { border-color: rgb(242,133,0); }

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