Html Css Color HEX #F76F42 Burnt Orange

📋 copy color: '#F76F42'

red 247 ◦ green 111 ◦ blue 66

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

Shades of Burnt Orange #F76F42

Tints of Burnt Orange #F76F42

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.18%

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

R = 58.25%
G = 26.18%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#F76F42 (or 0xF76F42) is known color: Burnt Orange. HEX triplet: F7, 6F and 42. RGB value is (247,111,66). Sum of RGB (Red+Green+Blue) = 247+111+66=424 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.25% from 424); Green value is 111 (43.75% from 255 or 26.18% from 424); Blue value is 66 (26.17% from 255 or 15.57% from 424); Max value from RGB is 247 - color contains mainly: red. Hex color #F76F42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F76F42 is #0890BD. Grayscale: #929292. Windows color (decimal): -561342 or 4354039. OLE color: 4354039.

HSL color Cylindrical-coordinate representation of color #F76F42: hue angle of 14.92º 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 #F76F42 is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 111 66 -
CMYK 0 0.55 0.73 0.03
HSL 14.92º 0.92% 0.61% -
HSV(B) 14.92º 0.73% 0.97% -
XYZ 45.03 31.54 8.87 -
YUV 146.53 82.56 199.66 -
System Red Green Blue C M Y K H S L
Decimal 247 111 66 0 0.55 0.73 0.03 14.92 0.92 0.61
Hex F7 6F 42 0 37 49 3 F 5C 3D
Octal 367 157 102 0 67 111 3 17 134 75
Binary 11110111 1101111 1000010 0 110111 1001001 11 1111 1011100 111101

Color Harmonies of #F76F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76F42

Black with #F76F42

Text Example


Text Example

White with #F76F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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