#FF4C22

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

Shades of Red Orange #FF4C22

Tints of Red Orange #FF4C22

Color information

#FF4C22 (or 0xFF4C22) is unknown color: approx Red Orange. HEX triplet: FF, 4C and 22. RGB value is (255,76,34). Sum of RGB (Red+Green+Blue) = 255+76+34=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 34 (13.67% from 255 or 9.32% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4C22 is #00B3DD. Grayscale: #7D7D7D. Windows color (decimal): -46046 or 2247935. OLE color: 2247935.

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

Color convert

RGB2557634-
CMYK00.700.870
HSL11.4º100%56.67%-
HSV(B)11.4º86.67%100%-
XYZ44.1126.544.31-
YUV124.7376.8220.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 69.86%
GREEN value IS 76 (30.08% from 255) = 20.82%
BLUE value IS 34 (13.67% from 255) = 9.32%
R=69.86%
G=20.82%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255763400.700.87011.410056.67
HexFF4C22046570b6439
Octal37711442010612701314471
Binary111111111001100100010010001101010111010111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4C22; }

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

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

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

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

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

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

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

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