#F5773D

Color #F5773D Burnt Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Orange #F5773D

Tints of Burnt Orange #F5773D

Color information

#F5773D (or 0xF5773D) is unknown color: approx Burnt Orange. HEX triplet: F5, 77 and 3D. RGB value is (245,119,61). Sum of RGB (Red+Green+Blue) = 245+119+61=425 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.65% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 61 (24.22% from 255 or 14.35% from 425); Max value from RGB is 245 - color contains mainly: red. Hex color #F5773D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5773D is #0A88C2. Grayscale: #969696. Windows color (decimal): -690371 or 4028405. OLE color: 4028405.

HSL color Cylindrical-coordinate representation of color #F5773D: hue angle of 18.91º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F5773D is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB24511961-
CMYK00.510.750.04
HSL18.91º90.2%60%-
HSV(B)18.91º75.1%96.08%-
XYZ45.132.948.4-
YUV150.0677.74195.72-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 57.65%
GREEN value IS 119 (46.88% from 255) = 28%
BLUE value IS 61 (24.22% from 255) = 14.35%
R=57.65%
G=28%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.75
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451196100.510.750.0418.9190.260
HexF5773D0334B4135a3c
Octal3651677506311342313274
Binary11110101111011111110101100111001011100100111011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5773D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5773D; }

 p { color: rgb(245,119,61); }

 H1.HeaderClassName
 {
   color: #F5773D;
 }
 .AnyTagClassName
 {
   color: #F5773D;
 }
</style>
background-color css

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

 a { background-color: rgb(245,119,61); }

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

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

 span { border-color: rgb(245,119,61); }

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