Html Css Color HEX #F6672C Burnt Orange

📋 copy color: '#F6672C'

red 246 ◦ green 103 ◦ blue 44

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

Shades of Burnt Orange #F6672C

Tints of Burnt Orange #F6672C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.2%

R = 62.6%
G = 26.21%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F6672C (or 0xF6672C) is known color: Burnt Orange. HEX triplet: F6, 67 and 2C. RGB value is (246,103,44). Sum of RGB (Red+Green+Blue) = 246+103+44=393 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.60% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 44 (17.58% from 255 or 11.20% from 393); Max value from RGB is 246 - color contains mainly: red. Hex color #F6672C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6672C is #0998D3. Grayscale: #8B8B8B. Windows color (decimal): -628948 or 2910198. OLE color: 2910198.

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

Color convert

RGB 246 103 44 -
CMYK 0 0.58 0.82 0.04
HSL 17.52º 0.92% 0.57% -
HSV(B) 17.52º 0.82% 0.96% -
XYZ 43.31 29.48 5.79 -
YUV 139.03 74.38 204.3 -
System Red Green Blue C M Y K H S L
Decimal 246 103 44 0 0.58 0.82 0.04 17.52 0.92 0.57
Hex F6 67 2C 0 3A 52 4 12 5C 39
Octal 366 147 54 0 72 122 4 22 134 71
Binary 11110110 1100111 101100 0 111010 1010010 100 10010 1011100 111001

Color Harmonies of #F6672C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6672C

Black with #F6672C

Text Example


Text Example

White with #F6672C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6672C; }

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

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

background-color css

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

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

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

border-color css

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

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

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