Html Css Color HEX #F76E2E Burnt Orange

📋 copy color: '#F76E2E'

red 247 ◦ green 110 ◦ blue 46

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

Shades of Burnt Orange #F76E2E

Tints of Burnt Orange #F76E2E

RGB

 RED value IS 247 (96.88% from 255) = 61.29%

 GREEN value IS 110 (43.36% from 255) = 27.3%

 BLUE value IS 46 (18.36% from 255) = 11.41%

R = 61.29%
G = 27.3%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F76E2E (or 0xF76E2E) is known color: Burnt Orange. HEX triplet: F7, 6E and 2E. RGB value is (247,110,46). Sum of RGB (Red+Green+Blue) = 247+110+46=403 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.29% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 46 (18.36% from 255 or 11.41% from 403); Max value from RGB is 247 - color contains mainly: red. Hex color #F76E2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F76E2E is #0891D1. Grayscale: #909090. Windows color (decimal): -561618 or 3043063. OLE color: 3043063.

HSL color Cylindrical-coordinate representation of color #F76E2E: hue angle of 19.1º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F76E2E is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 110 46 -
CMYK 0 0.55 0.81 0.03
HSL 19.1º 0.93% 0.57% -
HSV(B) 19.1º 0.81% 0.97% -
XYZ 44.43 31.12 6.25 -
YUV 143.67 72.89 201.7 -
System Red Green Blue C M Y K H S L
Decimal 247 110 46 0 0.55 0.81 0.03 19.1 0.93 0.57
Hex F7 6E 2E 0 37 51 3 13 5D 39
Octal 367 156 56 0 67 121 3 23 135 71
Binary 11110111 1101110 101110 0 110111 1010001 11 10011 1011101 111001

Color Harmonies of #F76E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76E2E

Black with #F76E2E

Text Example


Text Example

White with #F76E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76E2E; }

 p { color: rgb(247,110,46); }

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

background-color css

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

 a { background-color: rgb(247,110,46); }

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

border-color css

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

 span { border-color: rgb(247,110,46); }

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