#FF3C00

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

Shades of Orange Red #FF3C00

Tints of Orange Red #FF3C00

Color information

#FF3C00 (or 0xFF3C00) is unknown color: approx Orange Red. HEX triplet: FF, 3C and 00. RGB value is (255,60,0). Sum of RGB (Red+Green+Blue) = 255+60+0=315 (41% of max value = 765). Red value is 255 (100% from 255 or 80.95% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3C00 is #00C3FF. Grayscale: #6F6F6F. Windows color (decimal): -50176 or 15615. OLE color: 15615.

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

Color convert

RGB255600-
CMYK00.7610
HSL14.12º100%50%-
HSV(B)14.12º100%100%-
XYZ42.8624.492.47-
YUV111.4665.1230.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 80.95%
GREEN value IS 60 (23.83% from 255) = 19.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.95%
G=19.05%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25560000.761014.1210050
HexFF3C004C640e6432
Octal377740011414401614462
Binary111111111111000010011001100100011101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3C00; }

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

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

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

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

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

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

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

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