Html Css Color HEX #F7712A Burnt Orange

📋 copy color: '#F7712A'

red 247 ◦ green 113 ◦ blue 42

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

Shades of Burnt Orange #F7712A

Tints of Burnt Orange #F7712A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.45%

R = 61.44%
G = 28.11%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F7712A (or 0xF7712A) is known color: Burnt Orange. HEX triplet: F7, 71 and 2A. RGB value is (247,113,42). Sum of RGB (Red+Green+Blue) = 247+113+42=402 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.44% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 42 (16.80% from 255 or 10.45% from 402); Max value from RGB is 247 - color contains mainly: red. Hex color #F7712A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F7712A is #088ED5. Grayscale: #919191. Windows color (decimal): -560854 or 2781687. OLE color: 2781687.

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

Color convert

RGB 247 113 42 -
CMYK 0 0.54 0.83 0.03
HSL 20.78º 0.93% 0.57% -
HSV(B) 20.78º 0.83% 0.97% -
XYZ 44.68 31.75 5.96 -
YUV 144.97 69.89 200.77 -
System Red Green Blue C M Y K H S L
Decimal 247 113 42 0 0.54 0.83 0.03 20.78 0.93 0.57
Hex F7 71 2A 0 36 53 3 15 5D 39
Octal 367 161 52 0 66 123 3 25 135 71
Binary 11110111 1110001 101010 0 110110 1010011 11 10101 1011101 111001

Color Harmonies of #F7712A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7712A

Black with #F7712A

Text Example


Text Example

White with #F7712A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7712A; }

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

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

background-color css

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

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

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

border-color css

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

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

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