#FF4A1E

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

Shades of Red Orange #FF4A1E

Tints of Red Orange #FF4A1E

Color information

#FF4A1E (or 0xFF4A1E) is unknown color: approx Red Orange. HEX triplet: FF, 4A and 1E. RGB value is (255,74,30). Sum of RGB (Red+Green+Blue) = 255+74+30=359 (47% of max value = 765). Red value is 255 (100% from 255 or 71.03% from 359); Green value is 74 (29.30% from 255 or 20.61% from 359); Blue value is 30 (12.11% from 255 or 8.36% from 359); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4A1E is #00B5E1. Grayscale: #7B7B7B. Windows color (decimal): -46562 or 1985279. OLE color: 1985279.

HSL color Cylindrical-coordinate representation of color #FF4A1E: hue angle of 11.73º 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 #FF4A1E is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.

Color convert

RGB2557430-
CMYK00.710.880
HSL11.73º100%55.88%-
HSV(B)11.73º88.24%100%-
XYZ43.9226.253.98-
YUV123.175.47222.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 71.03%
GREEN value IS 74 (29.30% from 255) = 20.61%
BLUE value IS 30 (12.11% from 255) = 8.36%
R=71.03%
G=20.61%
B=8.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255743000.710.88011.7310055.88
HexFF4A1E047580c6438
Octal37711236010713001414470
Binary11111111100101011110010001111011000011001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4A1E; }

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

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

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

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

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

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

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

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