Html Css Color HEX #F6702D Burnt Orange

📋 copy color: '#F6702D'

red 246 ◦ green 112 ◦ blue 45

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

Shades of Burnt Orange #F6702D

Tints of Burnt Orange #F6702D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.79%

 BLUE value IS 45 (17.97% from 255) = 11.17%

R = 61.04%
G = 27.79%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F6702D (or 0xF6702D) is known color: Burnt Orange. HEX triplet: F6, 70 and 2D. RGB value is (246,112,45). Sum of RGB (Red+Green+Blue) = 246+112+45=403 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.04% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 45 (17.97% from 255 or 11.17% from 403); Max value from RGB is 246 - color contains mainly: red. Hex color #F6702D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6702D is #098FD2. Grayscale: #909090. Windows color (decimal): -626643 or 2978038. OLE color: 2978038.

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

Color convert

RGB 246 112 45 -
CMYK 0 0.54 0.82 0.04
HSL 20º 0.92% 0.57% -
HSV(B) 20º 0.82% 0.96% -
XYZ 44.27 31.37 6.2 -
YUV 144.43 71.89 200.45 -
System Red Green Blue C M Y K H S L
Decimal 246 112 45 0 0.54 0.82 0.04 20 0.92 0.57
Hex F6 70 2D 0 36 52 4 14 5C 39
Octal 366 160 55 0 66 122 4 24 134 71
Binary 11110110 1110000 101101 0 110110 1010010 100 10100 1011100 111001

Color Harmonies of #F6702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6702D

Black with #F6702D

Text Example


Text Example

White with #F6702D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6702D; }

 p { color: rgb(246,112,45); }

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

background-color css

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

 a { background-color: rgb(246,112,45); }

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

border-color css

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

 span { border-color: rgb(246,112,45); }

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