#FD7F3E

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

Shades of Burnt Orange #FD7F3E

Tints of Burnt Orange #FD7F3E

Color information

#FD7F3E (or 0xFD7F3E) is unknown color: approx Burnt Orange. HEX triplet: FD, 7F and 3E. RGB value is (253,127,62). Sum of RGB (Red+Green+Blue) = 253+127+62=442 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.24% from 442); Green value is 127 (50% from 255 or 28.73% from 442); Blue value is 62 (24.61% from 255 or 14.03% from 442); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7F3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7F3E is #0280C1. Grayscale: #9D9D9D. Windows color (decimal): -164034 or 4095997. OLE color: 4095997.

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

Color convert

RGB25312762-
CMYK00.500.750.01
HSL20.42º97.95%61.76%-
HSV(B)20.42º75.49%99.22%-
XYZ48.9736.419-
YUV157.2674.24196.29-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 57.24%
GREEN value IS 127 (50% from 255) = 28.73%
BLUE value IS 62 (24.61% from 255) = 14.03%
R=57.24%
G=28.73%
B=14.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531276200.500.750.0120.4297.9561.76
HexFD7F3E0324B114623e
Octal3751777606211312414276
Binary111111011111111111110011001010010111101001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7F3E; }

 p { color: rgb(253,127,62); }

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

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

 a { background-color: rgb(253,127,62); }

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

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

 span { border-color: rgb(253,127,62); }

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