Html Css Color HEX #F77142 Burnt Orange

📋 copy color: '#F77142'

red 247 ◦ green 113 ◦ blue 66

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

Shades of Burnt Orange #F77142

Tints of Burnt Orange #F77142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.49%

R = 57.98%
G = 26.53%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#F77142 (or 0xF77142) is known color: Burnt Orange. HEX triplet: F7, 71 and 42. RGB value is (247,113,66). Sum of RGB (Red+Green+Blue) = 247+113+66=426 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.98% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 66 (26.17% from 255 or 15.49% from 426); Max value from RGB is 247 - color contains mainly: red. Hex color #F77142 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77142 is #088EBD. Grayscale: #949494. Windows color (decimal): -560830 or 4354551. OLE color: 4354551.

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

Color convert

RGB 247 113 66 -
CMYK 0 0.54 0.73 0.03
HSL 15.58º 0.92% 0.61% -
HSV(B) 15.58º 0.73% 0.97% -
XYZ 45.25 31.98 8.94 -
YUV 147.71 81.89 198.82 -
System Red Green Blue C M Y K H S L
Decimal 247 113 66 0 0.54 0.73 0.03 15.58 0.92 0.61
Hex F7 71 42 0 36 49 3 10 5C 3D
Octal 367 161 102 0 66 111 3 20 134 75
Binary 11110111 1110001 1000010 0 110110 1001001 11 10000 1011100 111101

Color Harmonies of #F77142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77142

Black with #F77142

Text Example


Text Example

White with #F77142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77142; }

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

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

background-color css

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

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

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

border-color css

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

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

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