#F17830

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

Shades of Burnt Orange #F17830

Tints of Burnt Orange #F17830

Color information

#F17830 (or 0xF17830) is unknown color: approx Burnt Orange. HEX triplet: F1, 78 and 30. RGB value is (241,120,48). Sum of RGB (Red+Green+Blue) = 241+120+48=409 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.92% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 48 (19.14% from 255 or 11.74% from 409); Max value from RGB is 241 - color contains mainly: red. Hex color #F17830 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17830 is #0E87CF. Grayscale: #949494. Windows color (decimal): -952272 or 3176689. OLE color: 3176689.

HSL color Cylindrical-coordinate representation of color #F17830: hue angle of 22.38º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F17830 is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB24112048-
CMYK00.500.800.05
HSL22.38º87.33%56.67%-
HSV(B)22.38º80.08%94.51%-
XYZ43.5332.356.75-
YUV147.9771.59194.35-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 58.92%
GREEN value IS 120 (47.27% from 255) = 29.34%
BLUE value IS 48 (19.14% from 255) = 11.74%
R=58.92%
G=29.34%
B=11.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411204800.500.800.0522.3887.3356.67
HexF17830032505165739
Octal3611706006212052612771
Binary11110001111100011000001100101010000101101101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17830; }

 p { color: rgb(241,120,48); }

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

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

 a { background-color: rgb(241,120,48); }

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

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

 span { border-color: rgb(241,120,48); }

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