#FF7200

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

Shades of Safety Orange #FF7200

Tints of Safety Orange #FF7200

Color information

#FF7200 (or 0xFF7200) is unknown color: approx Safety Orange. HEX triplet: FF, 72 and 00. RGB value is (255,114,0). Sum of RGB (Red+Green+Blue) = 255+114+0=369 (48% of max value = 765). Red value is 255 (100% from 255 or 69.11% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 0 (0.39% from 255 or 0% from 369); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7200 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7200 is #008DFF. Grayscale: #8F8F8F. Windows color (decimal): -36352 or 29439. OLE color: 29439.

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

Color convert

RGB2551140-
CMYK00.5510
HSL26.82º100%50%-
HSV(B)26.82º100%100%-
XYZ47.2633.293.94-
YUV143.1647.21207.77-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 69.11%
GREEN value IS 114 (44.92% from 255) = 30.89%
BLUE value IS 0 (0.39% from 255) = 0%
R=69.11%
G=30.89%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255114000.551026.8210050
HexFF7200376401b6432
Octal377162006714403314462
Binary1111111111100100011011111001000110111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7200; }

 p { color: rgb(255,114,0); }

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

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

 a { background-color: rgb(255,114,0); }

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

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

 span { border-color: rgb(255,114,0); }

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