Html Css Color HEX #F5723A Burnt Orange

📋 copy color: '#F5723A'

red 245 ◦ green 114 ◦ blue 58

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

Shades of Burnt Orange #F5723A

Tints of Burnt Orange #F5723A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.34%

 BLUE value IS 58 (23.05% from 255) = 13.91%

R = 58.75%
G = 27.34%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F5723A (or 0xF5723A) is known color: Burnt Orange. HEX triplet: F5, 72 and 3A. RGB value is (245,114,58). Sum of RGB (Red+Green+Blue) = 245+114+58=417 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.75% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 58 (23.05% from 255 or 13.91% from 417); Max value from RGB is 245 - color contains mainly: red. Hex color #F5723A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5723A is #0A8DC5. Grayscale: #939393. Windows color (decimal): -691654 or 3830517. OLE color: 3830517.

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

Color convert

RGB 245 114 58 -
CMYK 0 0.53 0.76 0.04
HSL 17.97º 0.9% 0.59% -
HSV(B) 17.97º 0.76% 0.96% -
XYZ 44.44 31.75 7.79 -
YUV 146.79 77.9 198.05 -
System Red Green Blue C M Y K H S L
Decimal 245 114 58 0 0.53 0.76 0.04 17.97 0.9 0.59
Hex F5 72 3A 0 35 4C 4 12 5A 3B
Octal 365 162 72 0 65 114 4 22 132 73
Binary 11110101 1110010 111010 0 110101 1001100 100 10010 1011010 111011

Color Harmonies of #F5723A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5723A

Black with #F5723A

Text Example


Text Example

White with #F5723A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5723A; }

 p { color: rgb(245,114,58); }

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

background-color css

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

 a { background-color: rgb(245,114,58); }

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

border-color css

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

 span { border-color: rgb(245,114,58); }

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