Html Css Color HEX #FF7127 Burnt Orange

📋 copy color: '#FF7127'

red 255 ◦ green 113 ◦ blue 39

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

Shades of Burnt Orange #FF7127

Tints of Burnt Orange #FF7127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.58%

R = 62.65%
G = 27.76%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF7127 (or 0xFF7127) is known color: Burnt Orange. HEX triplet: FF, 71 and 27. RGB value is (255,113,39). Sum of RGB (Red+Green+Blue) = 255+113+39=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 39 (15.62% from 255 or 9.58% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7127 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7127 is #008ED8. Grayscale: #939393. Windows color (decimal): -36569 or 2585087. OLE color: 2585087.

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

Color convert

RGB 255 113 39 -
CMYK 0 0.56 0.85 0
HSL 20.56º 1% 0.58% -
HSV(B) 20.56º 0.85% 1% -
XYZ 47.51 33.22 5.83 -
YUV 147.02 67.04 205.02 -
System Red Green Blue C M Y K H S L
Decimal 255 113 39 0 0.56 0.85 0 20.56 1 0.58
Hex FF 71 27 0 38 55 0 15 64 3A
Octal 377 161 47 0 70 125 0 25 144 72
Binary 11111111 1110001 100111 0 111000 1010101 0 10101 1100100 111010

Color Harmonies of #FF7127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7127

Black with #FF7127

Text Example


Text Example

White with #FF7127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7127; }

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

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

background-color css

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

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

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

border-color css

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

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

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