#FF4100

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

Shades of Orange Red #FF4100

Tints of Orange Red #FF4100

Color information

#FF4100 (or 0xFF4100) is unknown color: approx Orange Red. HEX triplet: FF, 41 and 00. RGB value is (255,65,0). Sum of RGB (Red+Green+Blue) = 255+65+0=320 (42% of max value = 765). Red value is 255 (100% from 255 or 79.69% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4100 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4100 is #00BEFF. Grayscale: #727272. Windows color (decimal): -48896 or 16895. OLE color: 16895.

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

Color convert

RGB255650-
CMYK00.7510
HSL15.29º100%50%-
HSV(B)15.29º100%100%-
XYZ43.1325.042.56-
YUV114.463.45228.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 79.69%
GREEN value IS 65 (25.78% from 255) = 20.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=79.69%
G=20.31%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25565000.751015.2910050
HexFF41004B640f6432
Octal3771010011314401714462
Binary1111111110000010010010111100100011111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4100; }

 p { color: rgb(255,65,0); }

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

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

 a { background-color: rgb(255,65,0); }

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

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

 span { border-color: rgb(255,65,0); }

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