#F75919

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

Shades of International Orange #F75919

Tints of International Orange #F75919

Color information

#F75919 (or 0xF75919) is unknown color: approx International Orange. HEX triplet: F7, 59 and 19. RGB value is (247,89,25). Sum of RGB (Red+Green+Blue) = 247+89+25=361 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.42% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 25 (10.16% from 255 or 6.93% from 361); Max value from RGB is 247 - color contains mainly: red. Hex color #F75919 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75919 is #08A6E6. Grayscale: #818181. Windows color (decimal): -567015 or 1661431. OLE color: 1661431.

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

Color convert

RGB2478925-
CMYK00.640.900.03
HSL17.3º93.28%53.33%-
HSV(B)17.3º89.88%96.86%-
XYZ42.1126.993.91-
YUV128.9569.35212.2-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 68.42%
GREEN value IS 89 (35.16% from 255) = 24.65%
BLUE value IS 25 (10.16% from 255) = 6.93%
R=68.42%
G=24.65%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.90
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247892500.640.900.0317.393.2853.33
HexF759190405A3115d35
Octal36713131010013232113565
Binary1111011110110011100101000000101101011100011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75919; }

 p { color: rgb(247,89,25); }

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

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

 a { background-color: rgb(247,89,25); }

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

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

 span { border-color: rgb(247,89,25); }

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