Html Css Color HEX #FF703D Burnt Orange

📋 copy color: '#FF703D'

red 255 ◦ green 112 ◦ blue 61

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

Shades of Burnt Orange #FF703D

Tints of Burnt Orange #FF703D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.25%

R = 59.58%
G = 26.17%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FF703D (or 0xFF703D) is known color: Burnt Orange. HEX triplet: FF, 70 and 3D. RGB value is (255,112,61). Sum of RGB (Red+Green+Blue) = 255+112+61=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 61 (24.22% from 255 or 14.25% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF703D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF703D is #008FC2. Grayscale: #959595. Windows color (decimal): -36803 or 4026623. OLE color: 4026623.

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

Color convert

RGB 255 112 61 -
CMYK 0 0.56 0.76 0
HSL 15.77º 1% 0.62% -
HSV(B) 15.77º 0.76% 1% -
XYZ 47.88 33.19 8.3 -
YUV 148.94 78.38 203.65 -
System Red Green Blue C M Y K H S L
Decimal 255 112 61 0 0.56 0.76 0 15.77 1 0.62
Hex FF 70 3D 0 38 4C 0 10 64 3E
Octal 377 160 75 0 70 114 0 20 144 76
Binary 11111111 1110000 111101 0 111000 1001100 0 10000 1100100 111110

Color Harmonies of #FF703D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF703D

Black with #FF703D

Text Example


Text Example

White with #FF703D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF703D; }

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

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

background-color css

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

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

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

border-color css

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

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

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