Html Css Color HEX #FF7128 Burnt Orange

📋 copy color: '#FF7128'

red 255 ◦ green 113 ◦ blue 40

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

Shades of Burnt Orange #FF7128

Tints of Burnt Orange #FF7128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.8%

R = 62.5%
G = 27.7%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF7128 (or 0xFF7128) is known color: Burnt Orange. HEX triplet: FF, 71 and 28. RGB value is (255,113,40). Sum of RGB (Red+Green+Blue) = 255+113+40=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 40 (16.02% from 255 or 9.80% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7128 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7128 is #008ED7. Grayscale: #939393. Windows color (decimal): -36568 or 2650623. OLE color: 2650623.

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

Color convert

RGB 255 113 40 -
CMYK 0 0.56 0.84 0
HSL 20.37º 1% 0.58% -
HSV(B) 20.37º 0.84% 1% -
XYZ 47.53 33.22 5.92 -
YUV 147.14 67.54 204.94 -
System Red Green Blue C M Y K H S L
Decimal 255 113 40 0 0.56 0.84 0 20.37 1 0.58
Hex FF 71 28 0 38 54 0 14 64 3A
Octal 377 161 50 0 70 124 0 24 144 72
Binary 11111111 1110001 101000 0 111000 1010100 0 10100 1100100 111010

Color Harmonies of #FF7128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7128

Black with #FF7128

Text Example


Text Example

White with #FF7128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7128; }

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

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

background-color css

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

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

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

border-color css

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

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

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