#FF3426

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

Shades of Red Orange #FF3426

Tints of Red Orange #FF3426

Color information

#FF3426 (or 0xFF3426) is unknown color: approx Red Orange. HEX triplet: FF, 34 and 26. RGB value is (255,52,38). Sum of RGB (Red+Green+Blue) = 255+52+38=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 52 (20.70% from 255 or 15.07% from 345); Blue value is 38 (15.23% from 255 or 11.01% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3426 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3426 is #00CBD9. Grayscale: #6F6F6F. Windows color (decimal): -52186 or 2503935. OLE color: 2503935.

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

Color convert

RGB2555238-
CMYK00.800.850
HSL3.87º100%57.45%-
HSV(B)3.87º85.1%100%-
XYZ42.8223.864.18-
YUV111.186.75230.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 73.91%
GREEN value IS 52 (20.70% from 255) = 15.07%
BLUE value IS 38 (15.23% from 255) = 11.01%
R=73.91%
G=15.07%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.85
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255523800.800.8503.8710057.45
HexFF342605055046439
Octal377644601201250414471
Binary1111111111010010011001010000101010101001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3426; }

 p { color: rgb(255,52,38); }

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

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

 a { background-color: rgb(255,52,38); }

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

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

 span { border-color: rgb(255,52,38); }

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