#F35017

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

Shades of International Orange #F35017

Tints of International Orange #F35017

Color information

#F35017 (or 0xF35017) is unknown color: approx International Orange. HEX triplet: F3, 50 and 17. RGB value is (243,80,23). Sum of RGB (Red+Green+Blue) = 243+80+23=346 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.23% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 23 (9.38% from 255 or 6.65% from 346); Max value from RGB is 243 - color contains mainly: red. Hex color #F35017 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F35017 is #0CAFE8. Grayscale: #7A7A7A. Windows color (decimal): -831465 or 1528051. OLE color: 1528051.

HSL color Cylindrical-coordinate representation of color #F35017: hue angle of 15.55º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F35017 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB2438023-
CMYK00.670.910.05
HSL15.55º90.16%52.16%-
HSV(B)15.55º90.53%95.29%-
XYZ39.9924.853.5-
YUV122.2472214.13-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 70.23%
GREEN value IS 80 (31.64% from 255) = 23.12%
BLUE value IS 23 (9.38% from 255) = 6.65%
R=70.23%
G=23.12%
B=6.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243802300.670.910.0515.5590.1652.16
HexF350170435B5105a34
Octal36312027010313352013264
Binary11110011101000010111010000111011011101100001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35017; }

 p { color: rgb(243,80,23); }

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

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

 a { background-color: rgb(243,80,23); }

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

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

 span { border-color: rgb(243,80,23); }

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