Html Css Color HEX #F7702F Burnt Orange

📋 copy color: '#F7702F'

red 247 ◦ green 112 ◦ blue 47

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

Shades of Burnt Orange #F7702F

Tints of Burnt Orange #F7702F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.59%

 BLUE value IS 47 (18.75% from 255) = 11.58%

R = 60.84%
G = 27.59%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F7702F (or 0xF7702F) is known color: Burnt Orange. HEX triplet: F7, 70 and 2F. RGB value is (247,112,47). Sum of RGB (Red+Green+Blue) = 247+112+47=406 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.84% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 47 (18.75% from 255 or 11.58% from 406); Max value from RGB is 247 - color contains mainly: red. Hex color #F7702F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F7702F is #088FD0. Grayscale: #919191. Windows color (decimal): -561105 or 3109111. OLE color: 3109111.

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

Color convert

RGB 247 112 47 -
CMYK 0 0.55 0.81 0.03
HSL 19.5º 0.93% 0.58% -
HSV(B) 19.5º 0.81% 0.97% -
XYZ 44.67 31.57 6.43 -
YUV 144.96 72.73 200.79 -
System Red Green Blue C M Y K H S L
Decimal 247 112 47 0 0.55 0.81 0.03 19.5 0.93 0.58
Hex F7 70 2F 0 37 51 3 14 5D 3A
Octal 367 160 57 0 67 121 3 24 135 72
Binary 11110111 1110000 101111 0 110111 1010001 11 10100 1011101 111010

Color Harmonies of #F7702F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7702F

Black with #F7702F

Text Example


Text Example

White with #F7702F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7702F; }

 p { color: rgb(247,112,47); }

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

background-color css

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

 a { background-color: rgb(247,112,47); }

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

border-color css

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

 span { border-color: rgb(247,112,47); }

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