Html Css Color HEX #FF7141 Burnt Orange

📋 copy color: '#FF7141'

red 255 ◦ green 113 ◦ blue 65

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

Shades of Burnt Orange #FF7141

Tints of Burnt Orange #FF7141

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.1%

 BLUE value IS 65 (25.78% from 255) = 15.01%

R = 58.89%
G = 26.1%
B = 15.01%

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

#FF7141 (or 0xFF7141) is known color: Burnt Orange. HEX triplet: FF, 71 and 41. RGB value is (255,113,65). Sum of RGB (Red+Green+Blue) = 255+113+65=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 65 (25.78% from 255 or 15.01% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7141 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7141 is #008EBE. Grayscale: #969696. Windows color (decimal): -36543 or 4289023. OLE color: 4289023.

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

Color convert

RGB 255 113 65 -
CMYK 0 0.56 0.75 0
HSL 15.16º 1% 0.63% -
HSV(B) 15.16º 0.75% 1% -
XYZ 48.1 33.45 8.92 -
YUV 149.99 80.04 202.9 -
System Red Green Blue C M Y K H S L
Decimal 255 113 65 0 0.56 0.75 0 15.16 1 0.63
Hex FF 71 41 0 38 4B 0 F 64 3F
Octal 377 161 101 0 70 113 0 17 144 77
Binary 11111111 1110001 1000001 0 111000 1001011 0 1111 1100100 111111

Color Harmonies of #FF7141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7141

Black with #FF7141

Text Example


Text Example

White with #FF7141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7141; }

 p { color: rgb(255,113,65); }

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

background-color css

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

 a { background-color: rgb(255,113,65); }

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

border-color css

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

 span { border-color: rgb(255,113,65); }

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