#ff4c1e

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

Shades of Red Orange #FF4C1E

Tints of Red Orange #FF4C1E

Color information

#FF4C1E (or 0xFF4C1E) is unknown color: approx Red Orange. HEX triplet: FF, 4C and 1E. RGB value is (255,76,30). Sum of RGB (Red+Green+Blue) = 255+76+30=361 (47% of max value = 765). Red value is 255 (100% from 255 or 70.64% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 30 (12.11% from 255 or 8.31% from 361); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4C1E is #00B3E1. Grayscale: #7C7C7C. Windows color (decimal): -46050 or 1985791. OLE color: 1985791.

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

Color convert

RGB2557630-
CMYK00.700.880
HSL12.27º100%55.88%-
HSV(B)12.27º88.24%100%-
XYZ44.0626.524.03-
YUV124.2874.8221.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 70.64%
GREEN value IS 76 (30.08% from 255) = 21.05%
BLUE value IS 30 (12.11% from 255) = 8.31%
R=70.64%
G=21.05%
B=8.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255763000.700.88012.2710055.88
HexFF4C1E046580c6438
Octal37711436010613001414470
Binary11111111100110011110010001101011000011001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff4c1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff4c1e; }

 p { color: rgb(255,76,30); }

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

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

 a { background-color: rgb(255,76,30); }

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

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

 span { border-color: rgb(255,76,30); }

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