#F4782D

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

Shades of Burnt Orange #F4782D

Tints of Burnt Orange #F4782D

Color information

#F4782D (or 0xF4782D) is unknown color: approx Burnt Orange. HEX triplet: F4, 78 and 2D. RGB value is (244,120,45). Sum of RGB (Red+Green+Blue) = 244+120+45=409 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.66% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 45 (17.97% from 255 or 11.00% from 409); Max value from RGB is 244 - color contains mainly: red. Hex color #F4782D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4782D is #0B87D2. Grayscale: #949494. Windows color (decimal): -755667 or 2980084. OLE color: 2980084.

HSL color Cylindrical-coordinate representation of color #F4782D: hue angle of 22.61º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F4782D is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB24412045-
CMYK00.510.820.04
HSL22.61º90.05%56.67%-
HSV(B)22.61º81.56%95.69%-
XYZ44.532.866.48-
YUV148.5369.58196.1-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 59.66%
GREEN value IS 120 (47.27% from 255) = 29.34%
BLUE value IS 45 (17.97% from 255) = 11.00%
R=59.66%
G=29.34%
B=11.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.82
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441204500.510.820.0422.6190.0556.67
HexF4782D033524175a39
Octal3641705506312242713271
Binary11110100111100010110101100111010010100101111011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4782D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4782D; }

 p { color: rgb(244,120,45); }

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

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

 a { background-color: rgb(244,120,45); }

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

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

 span { border-color: rgb(244,120,45); }

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