Html Css Color HEX #F5713C Burnt Orange

📋 copy color: '#F5713C'

red 245 ◦ green 113 ◦ blue 60

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

Shades of Burnt Orange #F5713C

Tints of Burnt Orange #F5713C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.03%

 BLUE value IS 60 (23.83% from 255) = 14.35%

R = 58.61%
G = 27.03%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F5713C (or 0xF5713C) is known color: Burnt Orange. HEX triplet: F5, 71 and 3C. RGB value is (245,113,60). Sum of RGB (Red+Green+Blue) = 245+113+60=418 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.61% from 418); Green value is 113 (44.53% from 255 or 27.03% from 418); Blue value is 60 (23.83% from 255 or 14.35% from 418); Max value from RGB is 245 - color contains mainly: red. Hex color #F5713C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5713C is #0A8EC3. Grayscale: #929292. Windows color (decimal): -691908 or 3961333. OLE color: 3961333.

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

Color convert

RGB 245 113 60 -
CMYK 0 0.54 0.76 0.04
HSL 17.19º 0.9% 0.6% -
HSV(B) 17.19º 0.76% 0.96% -
XYZ 44.38 31.55 8.03 -
YUV 146.43 79.23 198.31 -
System Red Green Blue C M Y K H S L
Decimal 245 113 60 0 0.54 0.76 0.04 17.19 0.9 0.6
Hex F5 71 3C 0 36 4C 4 11 5A 3C
Octal 365 161 74 0 66 114 4 21 132 74
Binary 11110101 1110001 111100 0 110110 1001100 100 10001 1011010 111100

Color Harmonies of #F5713C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5713C

Black with #F5713C

Text Example


Text Example

White with #F5713C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5713C; }

 p { color: rgb(245,113,60); }

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

background-color css

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

 a { background-color: rgb(245,113,60); }

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

border-color css

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

 span { border-color: rgb(245,113,60); }

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