Html Css Color HEX #F5742C Burnt Orange

📋 copy color: '#F5742C'

red 245 ◦ green 116 ◦ blue 44

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

Shades of Burnt Orange #F5742C

Tints of Burnt Orange #F5742C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.86%

R = 60.49%
G = 28.64%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F5742C (or 0xF5742C) is known color: Burnt Orange. HEX triplet: F5, 74 and 2C. RGB value is (245,116,44). Sum of RGB (Red+Green+Blue) = 245+116+44=405 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.49% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 44 (17.58% from 255 or 10.86% from 405); Max value from RGB is 245 - color contains mainly: red. Hex color #F5742C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5742C is #0A8BD3. Grayscale: #929292. Windows color (decimal): -691156 or 2913525. OLE color: 2913525.

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

Color convert

RGB 245 116 44 -
CMYK 0 0.53 0.82 0.04
HSL 21.49º 0.91% 0.57% -
HSV(B) 21.49º 0.82% 0.96% -
XYZ 44.36 32.09 6.24 -
YUV 146.36 70.24 198.35 -
System Red Green Blue C M Y K H S L
Decimal 245 116 44 0 0.53 0.82 0.04 21.49 0.91 0.57
Hex F5 74 2C 0 35 52 4 15 5B 39
Octal 365 164 54 0 65 122 4 25 133 71
Binary 11110101 1110100 101100 0 110101 1010010 100 10101 1011011 111001

Color Harmonies of #F5742C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5742C

Black with #F5742C

Text Example


Text Example

White with #F5742C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5742C; }

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

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

background-color css

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

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

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

border-color css

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

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

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