#FF6A33

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

Shades of Burnt Orange #FF6A33

Tints of Burnt Orange #FF6A33

Color information

#FF6A33 (or 0xFF6A33) is unknown color: approx Burnt Orange. HEX triplet: FF, 6A and 33. RGB value is (255,106,51). Sum of RGB (Red+Green+Blue) = 255+106+51=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 51 (20.31% from 255 or 12.38% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A33 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6A33 is #0095CC. Grayscale: #909090. Windows color (decimal): -38349 or 3369727. OLE color: 3369727.

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

Color convert

RGB25510651-
CMYK00.580.80
HSL16.18º100%60%-
HSV(B)16.18º80%100%-
XYZ46.9931.816.79-
YUV144.2875.36206.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 61.89%
GREEN value IS 106 (41.80% from 255) = 25.73%
BLUE value IS 51 (20.31% from 255) = 12.38%
R=61.89%
G=25.73%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.8
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551065100.580.8016.1810060
HexFF6A3303A50010643c
Octal3771526307212002014474
Binary111111111101010110011011101010100000100001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6A33; }

 p { color: rgb(255,106,51); }

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

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

 a { background-color: rgb(255,106,51); }

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

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

 span { border-color: rgb(255,106,51); }

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