#ff4a2e

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

Shades of Red Orange #FF4A2E

Tints of Red Orange #FF4A2E

Color information

#FF4A2E (or 0xFF4A2E) is unknown color: approx Red Orange. HEX triplet: FF, 4A and 2E. RGB value is (255,74,46). Sum of RGB (Red+Green+Blue) = 255+74+46=375 (49% of max value = 765). Red value is 255 (100% from 255 or 68% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 46 (18.36% from 255 or 12.27% from 375); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4A2E is #00B5D1. Grayscale: #7D7D7D. Windows color (decimal): -46546 or 3033855. OLE color: 3033855.

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

Color convert

RGB2557446-
CMYK00.710.820
HSL8.04º100%59.02%-
HSV(B)8.04º81.96%100%-
XYZ44.1826.355.34-
YUV124.9383.47220.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 68%
GREEN value IS 74 (29.30% from 255) = 19.73%
BLUE value IS 46 (18.36% from 255) = 12.27%
R=68%
G=19.73%
B=12.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.82
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255744600.710.8208.0410059.02
HexFF4A2E0475208643b
Octal37711256010712201014473
Binary111111111001010101110010001111010010010001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff4a2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff4a2e; }

 p { color: rgb(255,74,46); }

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

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

 a { background-color: rgb(255,74,46); }

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

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

 span { border-color: rgb(255,74,46); }

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