Html Css Color HEX #F6732F Burnt Orange

📋 copy color: '#F6732F'

red 246 ◦ green 115 ◦ blue 47

#F6732F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Orange #F6732F

Tints of Burnt Orange #F6732F

RGB

 RED value IS 246 (96.48% from 255) = 60.29%

 GREEN value IS 115 (45.31% from 255) = 28.19%

 BLUE value IS 47 (18.75% from 255) = 11.52%

R = 60.29%
G = 28.19%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F6732F (or 0xF6732F) is known color: Burnt Orange. HEX triplet: F6, 73 and 2F. RGB value is (246,115,47). Sum of RGB (Red+Green+Blue) = 246+115+47=408 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60.29% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 47 (18.75% from 255 or 11.52% from 408); Max value from RGB is 246 - color contains mainly: red. Hex color #F6732F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6732F is #098CD0. Grayscale: #929292. Windows color (decimal): -625873 or 3109878. OLE color: 3109878.

HSL color Cylindrical-coordinate representation of color #F6732F: hue angle of 20.5º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F6732F is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 115 47 -
CMYK 0 0.53 0.81 0.04
HSL 20.5º 0.92% 0.57% -
HSV(B) 20.5º 0.81% 0.96% -
XYZ 44.65 32.06 6.52 -
YUV 146.42 71.9 199.03 -
System Red Green Blue C M Y K H S L
Decimal 246 115 47 0 0.53 0.81 0.04 20.5 0.92 0.57
Hex F6 73 2F 0 35 51 4 15 5C 39
Octal 366 163 57 0 65 121 4 25 134 71
Binary 11110110 1110011 101111 0 110101 1010001 100 10101 1011100 111001

Color Harmonies of #F6732F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6732F

Black with #F6732F

Text Example


Text Example

White with #F6732F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6732F; }

 p { color: rgb(246,115,47); }

 H1.HeaderClassName
 {
   color: #F6732F;
 }
 .AnyTagClassName
 {
   color: #F6732F;
 }
</style>

background-color css

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

 a { background-color: rgb(246,115,47); }

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

border-color css

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

 span { border-color: rgb(246,115,47); }

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