Html Css Color HEX #F5703A Burnt Orange

📋 copy color: '#F5703A'

red 245 ◦ green 112 ◦ blue 58

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

Shades of Burnt Orange #F5703A

Tints of Burnt Orange #F5703A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.99%

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

R = 59.04%
G = 26.99%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F5703A (or 0xF5703A) is known color: Burnt Orange. HEX triplet: F5, 70 and 3A. RGB value is (245,112,58). Sum of RGB (Red+Green+Blue) = 245+112+58=415 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.04% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 58 (23.05% from 255 or 13.98% from 415); Max value from RGB is 245 - color contains mainly: red. Hex color #F5703A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5703A is #0A8FC5. Grayscale: #919191. Windows color (decimal): -692166 or 3830005. OLE color: 3830005.

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

Color convert

RGB 245 112 58 -
CMYK 0 0.54 0.76 0.04
HSL 17.33º 0.9% 0.59% -
HSV(B) 17.33º 0.76% 0.96% -
XYZ 44.21 31.31 7.72 -
YUV 145.61 78.56 198.89 -
System Red Green Blue C M Y K H S L
Decimal 245 112 58 0 0.54 0.76 0.04 17.33 0.9 0.59
Hex F5 70 3A 0 36 4C 4 11 5A 3B
Octal 365 160 72 0 66 114 4 21 132 73
Binary 11110101 1110000 111010 0 110110 1001100 100 10001 1011010 111011

Color Harmonies of #F5703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5703A

Black with #F5703A

Text Example


Text Example

White with #F5703A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5703A; }

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

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

background-color css

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

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

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

border-color css

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

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

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