#F75716

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

Shades of International Orange #F75716

Tints of International Orange #F75716

Color information

#F75716 (or 0xF75716) is unknown color: approx International Orange. HEX triplet: F7, 57 and 16. RGB value is (247,87,22). Sum of RGB (Red+Green+Blue) = 247+87+22=356 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.38% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 22 (8.98% from 255 or 6.18% from 356); Max value from RGB is 247 - color contains mainly: red. Hex color #F75716 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75716 is #08A8E9. Grayscale: #7F7F7F. Windows color (decimal): -567530 or 1464311. OLE color: 1464311.

HSL color Cylindrical-coordinate representation of color #F75716: hue angle of 17.33º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F75716 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.03.

Color convert

RGB2478722-
CMYK00.650.910.03
HSL17.33º93.36%52.75%-
HSV(B)17.33º91.09%96.86%-
XYZ41.9126.653.69-
YUV127.4368.51213.29-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 69.38%
GREEN value IS 87 (34.38% from 255) = 24.44%
BLUE value IS 22 (8.98% from 255) = 6.18%
R=69.38%
G=24.44%
B=6.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.91
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247872200.650.910.0317.3393.3652.75
HexF757160415B3115d35
Octal36712726010113332113565
Binary1111011110101111011001000001101101111100011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75716; }

 p { color: rgb(247,87,22); }

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

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

 a { background-color: rgb(247,87,22); }

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

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

 span { border-color: rgb(247,87,22); }

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