Html Css Color HEX #F5742D Burnt Orange

📋 copy color: '#F5742D'

red 245 ◦ green 116 ◦ blue 45

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

Shades of Burnt Orange #F5742D

Tints of Burnt Orange #F5742D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.08%

R = 60.34%
G = 28.57%
B = 11.08%

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

#F5742D (or 0xF5742D) is known color: Burnt Orange. HEX triplet: F5, 74 and 2D. RGB value is (245,116,45). Sum of RGB (Red+Green+Blue) = 245+116+45=406 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.34% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 45 (17.97% from 255 or 11.08% from 406); Max value from RGB is 245 - color contains mainly: red. Hex color #F5742D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5742D is #0A8BD2. Grayscale: #929292. Windows color (decimal): -691155 or 2979061. OLE color: 2979061.

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

Color convert

RGB 245 116 45 -
CMYK 0 0.53 0.82 0.04
HSL 21.3º 0.91% 0.57% -
HSV(B) 21.3º 0.82% 0.96% -
XYZ 44.38 32.09 6.34 -
YUV 146.48 70.74 198.27 -
System Red Green Blue C M Y K H S L
Decimal 245 116 45 0 0.53 0.82 0.04 21.3 0.91 0.57
Hex F5 74 2D 0 35 52 4 15 5B 39
Octal 365 164 55 0 65 122 4 25 133 71
Binary 11110101 1110100 101101 0 110101 1010010 100 10101 1011011 111001

Color Harmonies of #F5742D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5742D

Black with #F5742D

Text Example


Text Example

White with #F5742D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5742D; }

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

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

background-color css

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

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

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

border-color css

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

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

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