Html Css Color HEX #F56F31 Burnt Orange

📋 copy color: '#F56F31'

red 245 ◦ green 111 ◦ blue 49

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

Shades of Burnt Orange #F56F31

Tints of Burnt Orange #F56F31

RGB

 RED value IS 245 (96.09% from 255) = 60.49%

 GREEN value IS 111 (43.75% from 255) = 27.41%

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

R = 60.49%
G = 27.41%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.8

 K value IS 0.04

RGB Variations

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

Color information

#F56F31 (or 0xF56F31) is known color: Burnt Orange. HEX triplet: F5, 6F and 31. RGB value is (245,111,49). Sum of RGB (Red+Green+Blue) = 245+111+49=405 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.49% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 49 (19.53% from 255 or 12.10% from 405); Max value from RGB is 245 - color contains mainly: red. Hex color #F56F31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56F31 is #0A90CE. Grayscale: #909090. Windows color (decimal): -692431 or 3239925. OLE color: 3239925.

HSL color Cylindrical-coordinate representation of color #F56F31: hue angle of 18.98º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F56F31 is Cyan = 0, Magento = 0.55, Yellow = 0.8 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 111 49 -
CMYK 0 0.55 0.8 0.04
HSL 18.98º 0.91% 0.58% -
HSV(B) 18.98º 0.8% 0.96% -
XYZ 43.9 31 6.58 -
YUV 144 74.39 200.04 -
System Red Green Blue C M Y K H S L
Decimal 245 111 49 0 0.55 0.8 0.04 18.98 0.91 0.58
Hex F5 6F 31 0 37 50 4 13 5B 3A
Octal 365 157 61 0 67 120 4 23 133 72
Binary 11110101 1101111 110001 0 110111 1010000 100 10011 1011011 111010

Color Harmonies of #F56F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56F31

Black with #F56F31

Text Example


Text Example

White with #F56F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56F31; }

 p { color: rgb(245,111,49); }

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

background-color css

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

 a { background-color: rgb(245,111,49); }

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

border-color css

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

 span { border-color: rgb(245,111,49); }

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