Html Css Color HEX #F7742D Burnt Orange

📋 copy color: '#F7742D'

red 247 ◦ green 116 ◦ blue 45

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

Shades of Burnt Orange #F7742D

Tints of Burnt Orange #F7742D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.43%

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

R = 60.54%
G = 28.43%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F7742D (or 0xF7742D) is known color: Burnt Orange. HEX triplet: F7, 74 and 2D. RGB value is (247,116,45). Sum of RGB (Red+Green+Blue) = 247+116+45=408 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.54% from 408); Green value is 116 (45.70% from 255 or 28.43% from 408); Blue value is 45 (17.97% from 255 or 11.03% from 408); Max value from RGB is 247 - color contains mainly: red. Hex color #F7742D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F7742D is #088BD2. Grayscale: #939393. Windows color (decimal): -560083 or 2979063. OLE color: 2979063.

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

Color convert

RGB 247 116 45 -
CMYK 0 0.53 0.82 0.03
HSL 21.09º 0.93% 0.57% -
HSV(B) 21.09º 0.82% 0.97% -
XYZ 45.08 32.45 6.37 -
YUV 147.08 70.4 199.27 -
System Red Green Blue C M Y K H S L
Decimal 247 116 45 0 0.53 0.82 0.03 21.09 0.93 0.57
Hex F7 74 2D 0 35 52 3 15 5D 39
Octal 367 164 55 0 65 122 3 25 135 71
Binary 11110111 1110100 101101 0 110101 1010010 11 10101 1011101 111001

Color Harmonies of #F7742D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7742D

Black with #F7742D

Text Example


Text Example

White with #F7742D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7742D; }

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

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

background-color css

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

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

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

border-color css

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

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

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