#FF7D30

Color #FF7D30 Burnt Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Orange #FF7D30

Tints of Burnt Orange #FF7D30

Color information

#FF7D30 (or 0xFF7D30) is unknown color: approx Burnt Orange. HEX triplet: FF, 7D and 30. RGB value is (255,125,48). Sum of RGB (Red+Green+Blue) = 255+125+48=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 125 (49.22% from 255 or 29.21% from 428); Blue value is 48 (19.14% from 255 or 11.21% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7D30 is #0082CF. Grayscale: #9B9B9B. Windows color (decimal): -33488 or 3177983. OLE color: 3177983.

HSL color Cylindrical-coordinate representation of color #FF7D30: hue angle of 22.32º 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 #FF7D30 is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.

Color convert

RGB25512548-
CMYK00.510.810
HSL22.32º100%59.41%-
HSV(B)22.32º81.18%100%-
XYZ49.1136.147.18-
YUV155.0967.57199.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 59.58%
GREEN value IS 125 (49.22% from 255) = 29.21%
BLUE value IS 48 (19.14% from 255) = 11.21%
R=59.58%
G=29.21%
B=11.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.81
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551254800.510.81022.3210059.41
HexFF7D3003351016643b
Octal3771756006312102614473
Binary111111111111101110000011001110100010101101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7D30; }

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

 H1.HeaderClassName
 {
   color: #FF7D30;
 }
 .AnyTagClassName
 {
   color: #FF7D30;
 }
</style>
background-color css

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

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

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

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

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

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