#F4501D

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

Shades of International Orange #F4501D

Tints of International Orange #F4501D

Color information

#F4501D (or 0xF4501D) is unknown color: approx International Orange. HEX triplet: F4, 50 and 1D. RGB value is (244,80,29). Sum of RGB (Red+Green+Blue) = 244+80+29=353 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.12% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 244 - color contains mainly: red. Hex color #F4501D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4501D is #0BAFE2. Grayscale: #7B7B7B. Windows color (decimal): -765923 or 1921268. OLE color: 1921268.

HSL color Cylindrical-coordinate representation of color #F4501D: hue angle of 14.23º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F4501D is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB2448029-
CMYK00.670.880.04
HSL14.23º90.72%53.53%-
HSV(B)14.23º88.11%95.69%-
XYZ40.425.063.87-
YUV123.2274.83214.15-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 69.12%
GREEN value IS 80 (31.64% from 255) = 22.66%
BLUE value IS 29 (11.72% from 255) = 8.22%
R=69.12%
G=22.66%
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.04
SystemRedGreenBlueCMYKHSL
Decimal244802900.670.880.0414.2390.7253.53
HexF4501D043584e5b36
Octal36412035010313041613366
Binary1111010010100001110101000011101100010011101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4501D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4501D; }

 p { color: rgb(244,80,29); }

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

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

 a { background-color: rgb(244,80,29); }

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

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

 span { border-color: rgb(244,80,29); }

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