#FF682C

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

Shades of Burnt Orange #FF682C

Tints of Burnt Orange #FF682C

Color information

#FF682C (or 0xFF682C) is unknown color: approx Burnt Orange. HEX triplet: FF, 68 and 2C. RGB value is (255,104,44). Sum of RGB (Red+Green+Blue) = 255+104+44=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 44 (17.58% from 255 or 10.92% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF682C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF682C is #0097D3. Grayscale: #8E8E8E. Windows color (decimal): -38868 or 2910463. OLE color: 2910463.

HSL color Cylindrical-coordinate representation of color #FF682C: hue angle of 17.06º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF682C is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.

Color convert

RGB25510444-
CMYK00.590.830
HSL17.06º100%58.63%-
HSV(B)17.06º82.75%100%-
XYZ46.6431.345.97-
YUV142.3172.53208.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 63.28%
GREEN value IS 104 (41.02% from 255) = 25.81%
BLUE value IS 44 (17.58% from 255) = 10.92%
R=63.28%
G=25.81%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.83
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551044400.590.83017.0610058.63
HexFF682C03B53011643b
Octal3771505407312302114473
Binary111111111101000101100011101110100110100011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF682C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF682C; }

 p { color: rgb(255,104,44); }

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

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

 a { background-color: rgb(255,104,44); }

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

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

 span { border-color: rgb(255,104,44); }

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