#FD6834

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

Shades of Burnt Orange #FD6834

Tints of Burnt Orange #FD6834

Color information

#FD6834 (or 0xFD6834) is unknown color: approx Burnt Orange. HEX triplet: FD, 68 and 34. RGB value is (253,104,52). Sum of RGB (Red+Green+Blue) = 253+104+52=409 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.86% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 52 (20.70% from 255 or 12.71% from 409); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6834 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6834 is #0297CB. Grayscale: #8E8E8E. Windows color (decimal): -169932 or 3434749. OLE color: 3434749.

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

Color convert

RGB25310452-
CMYK00.590.790.01
HSL15.52º98.05%59.8%-
HSV(B)15.52º79.45%99.22%-
XYZ46.0831.036.81-
YUV142.6276.86206.73-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 61.86%
GREEN value IS 104 (41.02% from 255) = 25.43%
BLUE value IS 52 (20.70% from 255) = 12.71%
R=61.86%
G=25.43%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531045200.590.790.0115.5298.0559.8
HexFD683403B4F110623c
Octal3751506407311712014274
Binary111111011101000110100011101110011111100001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6834; }

 p { color: rgb(253,104,52); }

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

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

 a { background-color: rgb(253,104,52); }

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

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

 span { border-color: rgb(253,104,52); }

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