Html Css Color HEX #F6672F Burnt Orange

📋 copy color: '#F6672F'

red 246 ◦ green 103 ◦ blue 47

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

Shades of Burnt Orange #F6672F

Tints of Burnt Orange #F6672F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.01%

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

R = 62.12%
G = 26.01%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F6672F (or 0xF6672F) is known color: Burnt Orange. HEX triplet: F6, 67 and 2F. RGB value is (246,103,47). Sum of RGB (Red+Green+Blue) = 246+103+47=396 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.12% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 47 (18.75% from 255 or 11.87% from 396); Max value from RGB is 246 - color contains mainly: red. Hex color #F6672F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6672F is #0998D0. Grayscale: #8B8B8B. Windows color (decimal): -628945 or 3106806. OLE color: 3106806.

HSL color Cylindrical-coordinate representation of color #F6672F: hue angle of 16.88º 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 #F6672F is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 103 47 -
CMYK 0 0.58 0.81 0.04
HSL 16.88º 0.92% 0.57% -
HSV(B) 16.88º 0.81% 0.96% -
XYZ 43.37 29.5 6.1 -
YUV 139.37 75.88 204.05 -
System Red Green Blue C M Y K H S L
Decimal 246 103 47 0 0.58 0.81 0.04 16.88 0.92 0.57
Hex F6 67 2F 0 3A 51 4 11 5C 39
Octal 366 147 57 0 72 121 4 21 134 71
Binary 11110110 1100111 101111 0 111010 1010001 100 10001 1011100 111001

Color Harmonies of #F6672F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6672F

Black with #F6672F

Text Example


Text Example

White with #F6672F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6672F; }

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

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

background-color css

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

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

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

border-color css

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

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

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