#FD7C3A

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

Shades of Burnt Orange #FD7C3A

Tints of Burnt Orange #FD7C3A

Color information

#FD7C3A (or 0xFD7C3A) is unknown color: approx Burnt Orange. HEX triplet: FD, 7C and 3A. RGB value is (253,124,58). Sum of RGB (Red+Green+Blue) = 253+124+58=435 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.16% from 435); Green value is 124 (48.83% from 255 or 28.51% from 435); Blue value is 58 (23.05% from 255 or 13.33% from 435); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7C3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7C3A is #0283C5. Grayscale: #9B9B9B. Windows color (decimal): -164806 or 3833085. OLE color: 3833085.

HSL color Cylindrical-coordinate representation of color #FD7C3A: hue angle of 20.31º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FD7C3A is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.01.

Color convert

RGB25312458-
CMYK00.510.770.01
HSL20.31º97.99%60.98%-
HSV(B)20.31º77.08%99.22%-
XYZ48.4835.68.32-
YUV155.0573.24197.87-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 58.16%
GREEN value IS 124 (48.83% from 255) = 28.51%
BLUE value IS 58 (23.05% from 255) = 13.33%
R=58.16%
G=28.51%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.77
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531245800.510.770.0120.3197.9960.98
HexFD7C3A0334D114623d
Octal3751747206311512414275
Binary111111011111100111010011001110011011101001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7C3A; }

 p { color: rgb(253,124,58); }

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

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

 a { background-color: rgb(253,124,58); }

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

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

 span { border-color: rgb(253,124,58); }

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