Html Css Color HEX #F5713D Burnt Orange

📋 copy color: '#F5713D'

red 245 ◦ green 113 ◦ blue 61

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

Shades of Burnt Orange #F5713D

Tints of Burnt Orange #F5713D

RGB

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

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

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

R = 58.47%
G = 26.97%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F5713D (or 0xF5713D) is known color: Burnt Orange. HEX triplet: F5, 71 and 3D. RGB value is (245,113,61). Sum of RGB (Red+Green+Blue) = 245+113+61=419 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.47% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 61 (24.22% from 255 or 14.56% from 419); Max value from RGB is 245 - color contains mainly: red. Hex color #F5713D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5713D is #0A8EC2. Grayscale: #929292. Windows color (decimal): -691907 or 4026869. OLE color: 4026869.

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

Color convert

RGB 245 113 61 -
CMYK 0 0.54 0.75 0.04
HSL 16.96º 0.9% 0.6% -
HSV(B) 16.96º 0.75% 0.96% -
XYZ 44.4 31.56 8.17 -
YUV 146.54 79.73 198.23 -
System Red Green Blue C M Y K H S L
Decimal 245 113 61 0 0.54 0.75 0.04 16.96 0.9 0.6
Hex F5 71 3D 0 36 4B 4 11 5A 3C
Octal 365 161 75 0 66 113 4 21 132 74
Binary 11110101 1110001 111101 0 110110 1001011 100 10001 1011010 111100

Color Harmonies of #F5713D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5713D

Black with #F5713D

Text Example


Text Example

White with #F5713D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5713D; }

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

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

background-color css

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

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

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

border-color css

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

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

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