Html Css Color HEX #F5672E Burnt Orange

📋 copy color: '#F5672E'

red 245 ◦ green 103 ◦ blue 46

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

Shades of Burnt Orange #F5672E

Tints of Burnt Orange #F5672E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.14%

 BLUE value IS 46 (18.36% from 255) = 11.68%

R = 62.18%
G = 26.14%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F5672E (or 0xF5672E) is known color: Burnt Orange. HEX triplet: F5, 67 and 2E. RGB value is (245,103,46). Sum of RGB (Red+Green+Blue) = 245+103+46=394 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.18% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 46 (18.36% from 255 or 11.68% from 394); Max value from RGB is 245 - color contains mainly: red. Hex color #F5672E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5672E is #0A98D1. Grayscale: #8B8B8B. Windows color (decimal): -694482 or 3041269. OLE color: 3041269.

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

Color convert

RGB 245 103 46 -
CMYK 0 0.58 0.81 0.04
HSL 17.19º 0.91% 0.57% -
HSV(B) 17.19º 0.81% 0.96% -
XYZ 43 29.31 5.98 -
YUV 138.96 75.54 203.63 -
System Red Green Blue C M Y K H S L
Decimal 245 103 46 0 0.58 0.81 0.04 17.19 0.91 0.57
Hex F5 67 2E 0 3A 51 4 11 5B 39
Octal 365 147 56 0 72 121 4 21 133 71
Binary 11110101 1100111 101110 0 111010 1010001 100 10001 1011011 111001

Color Harmonies of #F5672E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5672E

Black with #F5672E

Text Example


Text Example

White with #F5672E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5672E; }

 p { color: rgb(245,103,46); }

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

background-color css

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

 a { background-color: rgb(245,103,46); }

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

border-color css

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

 span { border-color: rgb(245,103,46); }

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