Html Css Color HEX #FF7130 Burnt Orange

📋 copy color: '#FF7130'

red 255 ◦ green 113 ◦ blue 48

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

Shades of Burnt Orange #FF7130

Tints of Burnt Orange #FF7130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.54%

R = 61.3%
G = 27.16%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF7130 (or 0xFF7130) is known color: Burnt Orange. HEX triplet: FF, 71 and 30. RGB value is (255,113,48). Sum of RGB (Red+Green+Blue) = 255+113+48=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 48 (19.14% from 255 or 11.54% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7130 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7130 is #008ECF. Grayscale: #949494. Windows color (decimal): -36560 or 3174911. OLE color: 3174911.

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

Color convert

RGB 255 113 48 -
CMYK 0 0.56 0.81 0
HSL 18.84º 1% 0.59% -
HSV(B) 18.84º 0.81% 1% -
XYZ 47.68 33.28 6.71 -
YUV 148.05 71.54 204.29 -
System Red Green Blue C M Y K H S L
Decimal 255 113 48 0 0.56 0.81 0 18.84 1 0.59
Hex FF 71 30 0 38 51 0 13 64 3B
Octal 377 161 60 0 70 121 0 23 144 73
Binary 11111111 1110001 110000 0 111000 1010001 0 10011 1100100 111011

Color Harmonies of #FF7130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7130

Black with #FF7130

Text Example


Text Example

White with #FF7130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7130; }

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

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

background-color css

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

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

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

border-color css

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

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

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