Html Css Color HEX #F76E3C Burnt Orange

📋 copy color: '#F76E3C'

red 247 ◦ green 110 ◦ blue 60

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

Shades of Burnt Orange #F76E3C

Tints of Burnt Orange #F76E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.39%

R = 59.23%
G = 26.38%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#F76E3C (or 0xF76E3C) is known color: Burnt Orange. HEX triplet: F7, 6E and 3C. RGB value is (247,110,60). Sum of RGB (Red+Green+Blue) = 247+110+60=417 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.23% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 60 (23.83% from 255 or 14.39% from 417); Max value from RGB is 247 - color contains mainly: red. Hex color #F76E3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F76E3C is #0891C3. Grayscale: #919191. Windows color (decimal): -561604 or 3960567. OLE color: 3960567.

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

Color convert

RGB 247 110 60 -
CMYK 0 0.55 0.76 0.03
HSL 16.04º 0.92% 0.6% -
HSV(B) 16.04º 0.76% 0.97% -
XYZ 44.75 31.25 7.95 -
YUV 145.26 79.89 200.57 -
System Red Green Blue C M Y K H S L
Decimal 247 110 60 0 0.55 0.76 0.03 16.04 0.92 0.6
Hex F7 6E 3C 0 37 4C 3 10 5C 3C
Octal 367 156 74 0 67 114 3 20 134 74
Binary 11110111 1101110 111100 0 110111 1001100 11 10000 1011100 111100

Color Harmonies of #F76E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76E3C

Black with #F76E3C

Text Example


Text Example

White with #F76E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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