#F75B20

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

Shades of Outrageous Orange #F75B20

Tints of Outrageous Orange #F75B20

Color information

#F75B20 (or 0xF75B20) is unknown color: approx Outrageous Orange. HEX triplet: F7, 5B and 20. RGB value is (247,91,32). Sum of RGB (Red+Green+Blue) = 247+91+32=370 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.76% from 370); Green value is 91 (35.94% from 255 or 24.59% from 370); Blue value is 32 (12.89% from 255 or 8.65% from 370); Max value from RGB is 247 - color contains mainly: red. Hex color #F75B20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F75B20 is #08A4DF. Grayscale: #838383. Windows color (decimal): -566496 or 2120695. OLE color: 2120695.

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

Color convert

RGB2479132-
CMYK00.630.870.03
HSL16.47º93.07%54.71%-
HSV(B)16.47º87.04%96.86%-
XYZ42.3627.364.42-
YUV130.9272.18210.8-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 66.76%
GREEN value IS 91 (35.94% from 255) = 24.59%
BLUE value IS 32 (12.89% from 255) = 8.65%
R=66.76%
G=24.59%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.87
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247913200.630.870.0316.4793.0754.71
HexF75B2003F573105d37
Octal3671334007712732013567
Binary1111011110110111000000111111101011111100001011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75B20; }

 p { color: rgb(247,91,32); }

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

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

 a { background-color: rgb(247,91,32); }

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

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

 span { border-color: rgb(247,91,32); }

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