#F95905

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

Shades of International Orange #F95905

Tints of International Orange #F95905

Color information

#F95905 (or 0xF95905) is unknown color: approx International Orange. HEX triplet: F9, 59 and 05. RGB value is (249,89,5). Sum of RGB (Red+Green+Blue) = 249+89+5=343 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.59% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 5 (2.34% from 255 or 1.46% from 343); Max value from RGB is 249 - color contains mainly: red. Hex color #F95905 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F95905 is #06A6FA. Grayscale: #7F7F7F. Windows color (decimal): -435963 or 350713. OLE color: 350713.

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

Color convert

RGB249895-
CMYK00.640.980.02
HSL20.66º96.06%49.8%-
HSV(B)20.66º97.99%97.65%-
XYZ42.6727.33.16-
YUV127.2659.01214.83-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 72.59%
GREEN value IS 89 (35.16% from 255) = 25.95%
BLUE value IS 5 (2.34% from 255) = 1.46%
R=72.59%
G=25.95%
B=1.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.98
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24989500.640.980.0220.6696.0649.8
HexF9595040622156032
Octal3711315010014222514062
Binary11111001101100110101000000110001010101011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95905; }

 p { color: rgb(249,89,5); }

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

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

 a { background-color: rgb(249,89,5); }

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

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

 span { border-color: rgb(249,89,5); }

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