Html Css Color HEX #F6742A Burnt Orange

📋 copy color: '#F6742A'

red 246 ◦ green 116 ◦ blue 42

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

Shades of Burnt Orange #F6742A

Tints of Burnt Orange #F6742A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.71%

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

R = 60.89%
G = 28.71%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F6742A (or 0xF6742A) is known color: Burnt Orange. HEX triplet: F6, 74 and 2A. RGB value is (246,116,42). Sum of RGB (Red+Green+Blue) = 246+116+42=404 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.89% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 42 (16.80% from 255 or 10.40% from 404); Max value from RGB is 246 - color contains mainly: red. Hex color #F6742A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6742A is #098BD5. Grayscale: #929292. Windows color (decimal): -625622 or 2782454. OLE color: 2782454.

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

Color convert

RGB 246 116 42 -
CMYK 0 0.53 0.83 0.04
HSL 21.76º 0.92% 0.56% -
HSV(B) 21.76º 0.83% 0.96% -
XYZ 44.67 32.25 6.06 -
YUV 146.43 69.07 199.02 -
System Red Green Blue C M Y K H S L
Decimal 246 116 42 0 0.53 0.83 0.04 21.76 0.92 0.56
Hex F6 74 2A 0 35 53 4 16 5C 38
Octal 366 164 52 0 65 123 4 26 134 70
Binary 11110110 1110100 101010 0 110101 1010011 100 10110 1011100 111000

Color Harmonies of #F6742A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6742A

Black with #F6742A

Text Example


Text Example

White with #F6742A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6742A; }

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

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

background-color css

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

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

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

border-color css

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

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

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