Html Css Color HEX #FF703A Burnt Orange

📋 copy color: '#FF703A'

red 255 ◦ green 112 ◦ blue 58

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

Shades of Burnt Orange #FF703A

Tints of Burnt Orange #FF703A

RGB

 RED value IS 255 (100% from 255) = 60%

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

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

R = 60%
G = 26.35%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FF703A (or 0xFF703A) is known color: Burnt Orange. HEX triplet: FF, 70 and 3A. RGB value is (255,112,58). Sum of RGB (Red+Green+Blue) = 255+112+58=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 58 (23.05% from 255 or 13.65% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF703A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF703A is #008FC5. Grayscale: #949494. Windows color (decimal): -36806 or 3830015. OLE color: 3830015.

HSL color Cylindrical-coordinate representation of color #FF703A: hue angle of 16.45º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF703A is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.

Color convert

RGB 255 112 58 -
CMYK 0 0.56 0.77 0
HSL 16.45º 1% 0.61% -
HSV(B) 16.45º 0.77% 1% -
XYZ 47.8 33.15 7.88 -
YUV 148.6 76.88 203.89 -
System Red Green Blue C M Y K H S L
Decimal 255 112 58 0 0.56 0.77 0 16.45 1 0.61
Hex FF 70 3A 0 38 4D 0 10 64 3D
Octal 377 160 72 0 70 115 0 20 144 75
Binary 11111111 1110000 111010 0 111000 1001101 0 10000 1100100 111101

Color Harmonies of #FF703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF703A

Black with #FF703A

Text Example


Text Example

White with #FF703A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF703A; }

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

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

background-color css

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

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

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

border-color css

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

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

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