Html Css Color HEX #F8742F Burnt Orange

📋 copy color: '#F8742F'

red 248 ◦ green 116 ◦ blue 47

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

Shades of Burnt Orange #F8742F

Tints of Burnt Orange #F8742F

RGB

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

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

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

R = 60.34%
G = 28.22%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F8742F (or 0xF8742F) is known color: Burnt Orange. HEX triplet: F8, 74 and 2F. RGB value is (248,116,47). Sum of RGB (Red+Green+Blue) = 248+116+47=411 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.34% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 47 (18.75% from 255 or 11.44% from 411); Max value from RGB is 248 - color contains mainly: red. Hex color #F8742F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8742F is #078BD0. Grayscale: #949494. Windows color (decimal): -494545 or 3110136. OLE color: 3110136.

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

Color convert

RGB 248 116 47 -
CMYK 0 0.53 0.81 0.03
HSL 20.6º 0.93% 0.58% -
HSV(B) 20.6º 0.81% 0.97% -
XYZ 45.47 32.65 6.6 -
YUV 147.6 71.23 199.61 -
System Red Green Blue C M Y K H S L
Decimal 248 116 47 0 0.53 0.81 0.03 20.6 0.93 0.58
Hex F8 74 2F 0 35 51 3 15 5D 3A
Octal 370 164 57 0 65 121 3 25 135 72
Binary 11111000 1110100 101111 0 110101 1010001 11 10101 1011101 111010

Color Harmonies of #F8742F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8742F

Black with #F8742F

Text Example


Text Example

White with #F8742F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8742F; }

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

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

background-color css

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

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

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

border-color css

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

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

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