Html Css Color HEX #FF7138 Burnt Orange

📋 copy color: '#FF7138'

red 255 ◦ green 113 ◦ blue 56

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

Shades of Burnt Orange #FF7138

Tints of Burnt Orange #FF7138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.21%

R = 60.14%
G = 26.65%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.78

 K value IS 0

RGB Variations

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

Color information

#FF7138 (or 0xFF7138) is known color: Burnt Orange. HEX triplet: FF, 71 and 38. RGB value is (255,113,56). Sum of RGB (Red+Green+Blue) = 255+113+56=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 113 (44.53% from 255 or 26.65% from 424); Blue value is 56 (22.27% from 255 or 13.21% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7138 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7138 is #008EC7. Grayscale: #959595. Windows color (decimal): -36552 or 3699199. OLE color: 3699199.

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

Color convert

RGB 255 113 56 -
CMYK 0 0.56 0.78 0
HSL 17.19º 1% 0.61% -
HSV(B) 17.19º 0.78% 1% -
XYZ 47.86 33.36 7.66 -
YUV 148.96 75.54 203.63 -
System Red Green Blue C M Y K H S L
Decimal 255 113 56 0 0.56 0.78 0 17.19 1 0.61
Hex FF 71 38 0 38 4E 0 11 64 3D
Octal 377 161 70 0 70 116 0 21 144 75
Binary 11111111 1110001 111000 0 111000 1001110 0 10001 1100100 111101

Color Harmonies of #FF7138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7138

Black with #FF7138

Text Example


Text Example

White with #FF7138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7138; }

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

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

background-color css

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

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

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

border-color css

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

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

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