#FF6F34

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

Shades of Burnt Orange #FF6F34

Tints of Burnt Orange #FF6F34

Color information

#FF6F34 (or 0xFF6F34) is unknown color: approx Burnt Orange. HEX triplet: FF, 6F and 34. RGB value is (255,111,52). Sum of RGB (Red+Green+Blue) = 255+111+52=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 52 (20.70% from 255 or 12.44% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6F34 is #0090CB. Grayscale: #939393. Windows color (decimal): -37068 or 3436543. OLE color: 3436543.

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

Color convert

RGB25511152-
CMYK00.560.800
HSL17.44º100%60.2%-
HSV(B)17.44º79.61%100%-
XYZ47.5432.887.09-
YUV147.3374.21204.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 61.00%
GREEN value IS 111 (43.75% from 255) = 26.56%
BLUE value IS 52 (20.70% from 255) = 12.44%
R=61.00%
G=26.56%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551115200.560.80017.4410060.2
HexFF6F3403850011643c
Octal3771576407012002114474
Binary111111111101111110100011100010100000100011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6F34; }

 p { color: rgb(255,111,52); }

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

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

 a { background-color: rgb(255,111,52); }

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

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

 span { border-color: rgb(255,111,52); }

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