#F3511D

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

Shades of International Orange #F3511D

Tints of International Orange #F3511D

Color information

#F3511D (or 0xF3511D) is unknown color: approx International Orange. HEX triplet: F3, 51 and 1D. RGB value is (243,81,29). Sum of RGB (Red+Green+Blue) = 243+81+29=353 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.84% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 243 - color contains mainly: red. Hex color #F3511D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3511D is #0CAEE2. Grayscale: #7B7B7B. Windows color (decimal): -831203 or 1921523. OLE color: 1921523.

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

Color convert

RGB2438129-
CMYK00.670.880.05
HSL14.58º89.92%53.33%-
HSV(B)14.58º88.07%95.29%-
XYZ40.1325.033.88-
YUV123.5174.67213.23-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 68.84%
GREEN value IS 81 (32.03% from 255) = 22.95%
BLUE value IS 29 (11.72% from 255) = 8.22%
R=68.84%
G=22.95%
B=8.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.88
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243812900.670.880.0514.5889.9253.33
HexF3511D043585f5a35
Octal36312135010313051713265
Binary1111001110100011110101000011101100010111111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3511D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3511D; }

 p { color: rgb(243,81,29); }

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

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

 a { background-color: rgb(243,81,29); }

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

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

 span { border-color: rgb(243,81,29); }

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