Html Css Color HEX #F47C31 Burnt Orange

📋 copy color: '#F47C31'

red 244 ◦ green 124 ◦ blue 49

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

Shades of Burnt Orange #F47C31

Tints of Burnt Orange #F47C31

RGB

 RED value IS 244 (95.7% from 255) = 58.51%

 GREEN value IS 124 (48.83% from 255) = 29.74%

 BLUE value IS 49 (19.53% from 255) = 11.75%

R = 58.51%
G = 29.74%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F47C31 (or 0xF47C31) is known color: Burnt Orange. HEX triplet: F4, 7C and 31. RGB value is (244,124,49). Sum of RGB (Red+Green+Blue) = 244+124+49=417 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.51% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 49 (19.53% from 255 or 11.75% from 417); Max value from RGB is 244 - color contains mainly: red. Hex color #F47C31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47C31 is #0B83CE. Grayscale: #979797. Windows color (decimal): -754639 or 3243252. OLE color: 3243252.

HSL color Cylindrical-coordinate representation of color #F47C31: hue angle of 23.08º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F47C31 is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 124 49 -
CMYK 0 0.49 0.80 0.04
HSL 23.08º 0.9% 0.57% -
HSV(B) 23.08º 0.8% 0.96% -
XYZ 45.07 33.87 7.07 -
YUV 151.33 70.26 194.1 -
System Red Green Blue C M Y K H S L
Decimal 244 124 49 0 0.49 0.80 0.04 23.08 0.9 0.57
Hex F4 7C 31 0 31 50 4 17 5A 39
Octal 364 174 61 0 61 120 4 27 132 71
Binary 11110100 1111100 110001 0 110001 1010000 100 10111 1011010 111001

Color Harmonies of #F47C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47C31

Black with #F47C31

Text Example


Text Example

White with #F47C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47C31; }

 p { color: rgb(244,124,49); }

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

background-color css

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

 a { background-color: rgb(244,124,49); }

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

border-color css

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

 span { border-color: rgb(244,124,49); }

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