#F9541B

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

Shades of International Orange #F9541B

Tints of International Orange #F9541B

Color information

#F9541B (or 0xF9541B) is unknown color: approx International Orange. HEX triplet: F9, 54 and 1B. RGB value is (249,84,27). Sum of RGB (Red+Green+Blue) = 249+84+27=360 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.17% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 27 (10.94% from 255 or 7.5% from 360); Max value from RGB is 249 - color contains mainly: red. Hex color #F9541B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9541B is #06ABE4. Grayscale: #7F7F7F. Windows color (decimal): -437221 or 1791225. OLE color: 1791225.

HSL color Cylindrical-coordinate representation of color #F9541B: hue angle of 15.41º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F9541B is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.02.

Color convert

RGB2498427-
CMYK00.660.890.02
HSL15.41º94.87%54.12%-
HSV(B)15.41º89.16%97.65%-
XYZ42.4426.563.93-
YUV126.8471.66215.13-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 69.17%
GREEN value IS 84 (33.20% from 255) = 23.33%
BLUE value IS 27 (10.94% from 255) = 7.5%
R=69.17%
G=23.33%
B=7.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.89
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249842700.660.890.0215.4194.8754.12
HexF9541B042592f5f36
Octal37112433010213121713766
Binary111110011010100110110100001010110011011111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9541B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9541B; }

 p { color: rgb(249,84,27); }

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

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

 a { background-color: rgb(249,84,27); }

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

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

 span { border-color: rgb(249,84,27); }

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