Html Css Color HEX #FF703F Burnt Orange

📋 copy color: '#FF703F'

red 255 ◦ green 112 ◦ blue 63

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

Shades of Burnt Orange #FF703F

Tints of Burnt Orange #FF703F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.65%

R = 59.3%
G = 26.05%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF703F (or 0xFF703F) is known color: Burnt Orange. HEX triplet: FF, 70 and 3F. RGB value is (255,112,63). Sum of RGB (Red+Green+Blue) = 255+112+63=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 63 (25% from 255 or 14.65% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF703F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF703F is #008FC0. Grayscale: #959595. Windows color (decimal): -36801 or 4157695. OLE color: 4157695.

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

Color convert

RGB 255 112 63 -
CMYK 0 0.56 0.75 0
HSL 15.31º 1% 0.62% -
HSV(B) 15.31º 0.75% 1% -
XYZ 47.93 33.21 8.59 -
YUV 149.17 79.38 203.48 -
System Red Green Blue C M Y K H S L
Decimal 255 112 63 0 0.56 0.75 0 15.31 1 0.62
Hex FF 70 3F 0 38 4B 0 F 64 3E
Octal 377 160 77 0 70 113 0 17 144 76
Binary 11111111 1110000 111111 0 111000 1001011 0 1111 1100100 111110

Color Harmonies of #FF703F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF703F

Black with #FF703F

Text Example


Text Example

White with #FF703F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF703F; }

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

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

background-color css

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

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

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

border-color css

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

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

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