Html Css Color HEX #F76A2F Burnt Orange

📋 copy color: '#F76A2F'

red 247 ◦ green 106 ◦ blue 47

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

Shades of Burnt Orange #F76A2F

Tints of Burnt Orange #F76A2F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.5%

 BLUE value IS 47 (18.75% from 255) = 11.75%

R = 61.75%
G = 26.5%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F76A2F (or 0xF76A2F) is known color: Burnt Orange. HEX triplet: F7, 6A and 2F. RGB value is (247,106,47). Sum of RGB (Red+Green+Blue) = 247+106+47=400 (52% of max value = 765). Red value is 247 (96.88% from 255 or 61.75% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 47 (18.75% from 255 or 11.75% from 400); Max value from RGB is 247 - color contains mainly: red. Hex color #F76A2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F76A2F is #0895D0. Grayscale: #8D8D8D. Windows color (decimal): -562641 or 3107575. OLE color: 3107575.

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

Color convert

RGB 247 106 47 -
CMYK 0 0.57 0.81 0.03
HSL 17.7º 0.93% 0.58% -
HSV(B) 17.7º 0.81% 0.97% -
XYZ 44.02 30.29 6.22 -
YUV 141.43 74.71 203.3 -
System Red Green Blue C M Y K H S L
Decimal 247 106 47 0 0.57 0.81 0.03 17.7 0.93 0.58
Hex F7 6A 2F 0 39 51 3 12 5D 3A
Octal 367 152 57 0 71 121 3 22 135 72
Binary 11110111 1101010 101111 0 111001 1010001 11 10010 1011101 111010

Color Harmonies of #F76A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76A2F

Black with #F76A2F

Text Example


Text Example

White with #F76A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76A2F; }

 p { color: rgb(247,106,47); }

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

background-color css

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

 a { background-color: rgb(247,106,47); }

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

border-color css

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

 span { border-color: rgb(247,106,47); }

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