Html Css Color HEX #F5743D Burnt Orange

📋 copy color: '#F5743D'

red 245 ◦ green 116 ◦ blue 61

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

Shades of Burnt Orange #F5743D

Tints of Burnt Orange #F5743D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.45%

R = 58.06%
G = 27.49%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F5743D (or 0xF5743D) is known color: Burnt Orange. HEX triplet: F5, 74 and 3D. RGB value is (245,116,61). Sum of RGB (Red+Green+Blue) = 245+116+61=422 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.06% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 61 (24.22% from 255 or 14.45% from 422); Max value from RGB is 245 - color contains mainly: red. Hex color #F5743D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5743D is #0A8BC2. Grayscale: #949494. Windows color (decimal): -691139 or 4027637. OLE color: 4027637.

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

Color convert

RGB 245 116 61 -
CMYK 0 0.53 0.75 0.04
HSL 17.93º 0.9% 0.6% -
HSV(B) 17.93º 0.75% 0.96% -
XYZ 44.74 32.24 8.28 -
YUV 148.3 78.74 196.97 -
System Red Green Blue C M Y K H S L
Decimal 245 116 61 0 0.53 0.75 0.04 17.93 0.9 0.6
Hex F5 74 3D 0 35 4B 4 12 5A 3C
Octal 365 164 75 0 65 113 4 22 132 74
Binary 11110101 1110100 111101 0 110101 1001011 100 10010 1011010 111100

Color Harmonies of #F5743D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5743D

Black with #F5743D

Text Example


Text Example

White with #F5743D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5743D; }

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

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

background-color css

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

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

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

border-color css

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

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

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