Html Css Color HEX #FF712D Burnt Orange

📋 copy color: '#FF712D'

red 255 ◦ green 113 ◦ blue 45

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

Shades of Burnt Orange #FF712D

Tints of Burnt Orange #FF712D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.9%

R = 61.74%
G = 27.36%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FF712D (or 0xFF712D) is known color: Burnt Orange. HEX triplet: FF, 71 and 2D. RGB value is (255,113,45). Sum of RGB (Red+Green+Blue) = 255+113+45=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 45 (17.97% from 255 or 10.90% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF712D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF712D is #008ED2. Grayscale: #949494. Windows color (decimal): -36563 or 2978303. OLE color: 2978303.

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

Color convert

RGB 255 113 45 -
CMYK 0 0.56 0.82 0
HSL 19.43º 1% 0.59% -
HSV(B) 19.43º 0.82% 1% -
XYZ 47.62 33.26 6.39 -
YUV 147.71 70.04 204.53 -
System Red Green Blue C M Y K H S L
Decimal 255 113 45 0 0.56 0.82 0 19.43 1 0.59
Hex FF 71 2D 0 38 52 0 13 64 3B
Octal 377 161 55 0 70 122 0 23 144 73
Binary 11111111 1110001 101101 0 111000 1010010 0 10011 1100100 111011

Color Harmonies of #FF712D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF712D

Black with #FF712D

Text Example


Text Example

White with #FF712D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF712D; }

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

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

background-color css

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

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

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

border-color css

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

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

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