Html Css Color HEX #F8722F Burnt Orange

📋 copy color: '#F8722F'

red 248 ◦ green 114 ◦ blue 47

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

Shades of Burnt Orange #F8722F

Tints of Burnt Orange #F8722F

RGB

 RED value IS 248 (97.27% from 255) = 60.64%

 GREEN value IS 114 (44.92% from 255) = 27.87%

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

R = 60.64%
G = 27.87%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F8722F (or 0xF8722F) is known color: Burnt Orange. HEX triplet: F8, 72 and 2F. RGB value is (248,114,47). Sum of RGB (Red+Green+Blue) = 248+114+47=409 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.64% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 47 (18.75% from 255 or 11.49% from 409); Max value from RGB is 248 - color contains mainly: red. Hex color #F8722F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8722F is #078DD0. Grayscale: #929292. Windows color (decimal): -495057 or 3109624. OLE color: 3109624.

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

Color convert

RGB 248 114 47 -
CMYK 0 0.54 0.81 0.03
HSL 20º 0.93% 0.58% -
HSV(B) 20º 0.81% 0.97% -
XYZ 45.24 32.2 6.52 -
YUV 146.43 71.89 200.45 -
System Red Green Blue C M Y K H S L
Decimal 248 114 47 0 0.54 0.81 0.03 20 0.93 0.58
Hex F8 72 2F 0 36 51 3 14 5D 3A
Octal 370 162 57 0 66 121 3 24 135 72
Binary 11111000 1110010 101111 0 110110 1010001 11 10100 1011101 111010

Color Harmonies of #F8722F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8722F

Black with #F8722F

Text Example


Text Example

White with #F8722F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8722F; }

 p { color: rgb(248,114,47); }

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

background-color css

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

 a { background-color: rgb(248,114,47); }

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

border-color css

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

 span { border-color: rgb(248,114,47); }

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