Html Css Color HEX #F76A2D Burnt Orange

📋 copy color: '#F76A2D'

red 247 ◦ green 106 ◦ blue 45

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

Shades of Burnt Orange #F76A2D

Tints of Burnt Orange #F76A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.31%

R = 62.06%
G = 26.63%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F76A2D (or 0xF76A2D) is known color: Burnt Orange. HEX triplet: F7, 6A and 2D. RGB value is (247,106,45). Sum of RGB (Red+Green+Blue) = 247+106+45=398 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.06% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 45 (17.97% from 255 or 11.31% from 398); Max value from RGB is 247 - color contains mainly: red. Hex color #F76A2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F76A2D is #0895D2. Grayscale: #8D8D8D. Windows color (decimal): -562643 or 2976503. OLE color: 2976503.

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

Color convert

RGB 247 106 45 -
CMYK 0 0.57 0.82 0.03
HSL 18.12º 0.93% 0.57% -
HSV(B) 18.12º 0.82% 0.97% -
XYZ 43.99 30.27 6.01 -
YUV 141.21 73.71 203.46 -
System Red Green Blue C M Y K H S L
Decimal 247 106 45 0 0.57 0.82 0.03 18.12 0.93 0.57
Hex F7 6A 2D 0 39 52 3 12 5D 39
Octal 367 152 55 0 71 122 3 22 135 71
Binary 11110111 1101010 101101 0 111001 1010010 11 10010 1011101 111001

Color Harmonies of #F76A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76A2D

Black with #F76A2D

Text Example


Text Example

White with #F76A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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