#FD6F3F

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

Shades of Burnt Orange #FD6F3F

Tints of Burnt Orange #FD6F3F

Color information

#FD6F3F (or 0xFD6F3F) is unknown color: approx Burnt Orange. HEX triplet: FD, 6F and 3F. RGB value is (253,111,63). Sum of RGB (Red+Green+Blue) = 253+111+63=427 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.25% from 427); Green value is 111 (43.75% from 255 or 26.00% from 427); Blue value is 63 (25% from 255 or 14.75% from 427); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6F3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6F3F is #0290C0. Grayscale: #949494. Windows color (decimal): -168129 or 4157437. OLE color: 4157437.

HSL color Cylindrical-coordinate representation of color #FD6F3F: hue angle of 15.16º 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 #FD6F3F is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB25311163-
CMYK00.560.750.01
HSL15.16º97.94%61.96%-
HSV(B)15.16º75.1%99.22%-
XYZ47.0932.618.52-
YUV147.9980.04202.9-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 59.25%
GREEN value IS 111 (43.75% from 255) = 26.00%
BLUE value IS 63 (25% from 255) = 14.75%
R=59.25%
G=26.00%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531116300.560.750.0115.1697.9461.96
HexFD6F3F0384B1f623e
Octal3751577707011311714276
Binary11111101110111111111101110001001011111111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6F3F; }

 p { color: rgb(253,111,63); }

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

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

 a { background-color: rgb(253,111,63); }

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

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

 span { border-color: rgb(253,111,63); }

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