Html Css Color HEX #F77141 Burnt Orange

📋 copy color: '#F77141'

red 247 ◦ green 113 ◦ blue 65

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

Shades of Burnt Orange #F77141

Tints of Burnt Orange #F77141

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.59%

 BLUE value IS 65 (25.78% from 255) = 15.29%

R = 58.12%
G = 26.59%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F77141 (or 0xF77141) is known color: Burnt Orange. HEX triplet: F7, 71 and 41. RGB value is (247,113,65). Sum of RGB (Red+Green+Blue) = 247+113+65=425 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.12% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 65 (25.78% from 255 or 15.29% from 425); Max value from RGB is 247 - color contains mainly: red. Hex color #F77141 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77141 is #088EBE. Grayscale: #939393. Windows color (decimal): -560831 or 4289015. OLE color: 4289015.

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

Color convert

RGB 247 113 65 -
CMYK 0 0.54 0.74 0.03
HSL 15.82º 0.92% 0.61% -
HSV(B) 15.82º 0.74% 0.97% -
XYZ 45.22 31.97 8.79 -
YUV 147.59 81.39 198.9 -
System Red Green Blue C M Y K H S L
Decimal 247 113 65 0 0.54 0.74 0.03 15.82 0.92 0.61
Hex F7 71 41 0 36 4A 3 10 5C 3D
Octal 367 161 101 0 66 112 3 20 134 75
Binary 11110111 1110001 1000001 0 110110 1001010 11 10000 1011100 111101

Color Harmonies of #F77141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77141

Black with #F77141

Text Example


Text Example

White with #F77141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77141; }

 p { color: rgb(247,113,65); }

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

background-color css

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

 a { background-color: rgb(247,113,65); }

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

border-color css

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

 span { border-color: rgb(247,113,65); }

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