Html Css Color HEX #F76C3D Burnt Orange

📋 copy color: '#F76C3D'

red 247 ◦ green 108 ◦ blue 61

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

Shades of Burnt Orange #F76C3D

Tints of Burnt Orange #F76C3D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.96%

 BLUE value IS 61 (24.22% from 255) = 14.66%

R = 59.38%
G = 25.96%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#F76C3D (or 0xF76C3D) is known color: Burnt Orange. HEX triplet: F7, 6C and 3D. RGB value is (247,108,61). Sum of RGB (Red+Green+Blue) = 247+108+61=416 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.38% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 61 (24.22% from 255 or 14.66% from 416); Max value from RGB is 247 - color contains mainly: red. Hex color #F76C3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F76C3D is #0893C2. Grayscale: #909090. Windows color (decimal): -562115 or 4025591. OLE color: 4025591.

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

Color convert

RGB 247 108 61 -
CMYK 0 0.56 0.75 0.03
HSL 15.16º 0.92% 0.6% -
HSV(B) 15.16º 0.75% 0.97% -
XYZ 44.56 30.84 8.02 -
YUV 144.2 81.05 201.32 -
System Red Green Blue C M Y K H S L
Decimal 247 108 61 0 0.56 0.75 0.03 15.16 0.92 0.6
Hex F7 6C 3D 0 38 4B 3 F 5C 3C
Octal 367 154 75 0 70 113 3 17 134 74
Binary 11110111 1101100 111101 0 111000 1001011 11 1111 1011100 111100

Color Harmonies of #F76C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76C3D

Black with #F76C3D

Text Example


Text Example

White with #F76C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76C3D; }

 p { color: rgb(247,108,61); }

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

background-color css

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

 a { background-color: rgb(247,108,61); }

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

border-color css

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

 span { border-color: rgb(247,108,61); }

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