Html Css Color HEX #F6682A Burnt Orange

📋 copy color: '#F6682A'

red 246 ◦ green 104 ◦ blue 42

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

Shades of Burnt Orange #F6682A

Tints of Burnt Orange #F6682A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.53%

 BLUE value IS 42 (16.8% from 255) = 10.71%

R = 62.76%
G = 26.53%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F6682A (or 0xF6682A) is known color: Burnt Orange. HEX triplet: F6, 68 and 2A. RGB value is (246,104,42). Sum of RGB (Red+Green+Blue) = 246+104+42=392 (51% of max value = 765). Red value is 246 (96.48% from 255 or 62.76% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 42 (16.80% from 255 or 10.71% from 392); Max value from RGB is 246 - color contains mainly: red. Hex color #F6682A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6682A is #0997D5. Grayscale: #8B8B8B. Windows color (decimal): -628694 or 2779382. OLE color: 2779382.

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

Color convert

RGB 246 104 42 -
CMYK 0 0.58 0.83 0.04
HSL 18.24º 0.92% 0.56% -
HSV(B) 18.24º 0.83% 0.96% -
XYZ 43.37 29.66 5.63 -
YUV 139.39 73.04 204.04 -
System Red Green Blue C M Y K H S L
Decimal 246 104 42 0 0.58 0.83 0.04 18.24 0.92 0.56
Hex F6 68 2A 0 3A 53 4 12 5C 38
Octal 366 150 52 0 72 123 4 22 134 70
Binary 11110110 1101000 101010 0 111010 1010011 100 10010 1011100 111000

Color Harmonies of #F6682A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6682A

Black with #F6682A

Text Example


Text Example

White with #F6682A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6682A; }

 p { color: rgb(246,104,42); }

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

background-color css

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

 a { background-color: rgb(246,104,42); }

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

border-color css

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

 span { border-color: rgb(246,104,42); }

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